Skip to content

Commit 9da45c6

Browse files
committed
Update package.json
1 parent 23143b9 commit 9da45c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"scripts": {
2525
"setup": "yarn install && cd demo && yarn install",
2626
"test": "jest",
27-
"demo": "cd demo && node ./scripts/getVersion.cjs && yarn && yarn start",
27+
"dev": "cd demo && yarn && yarn dev",
28+
"demo": "cd demo && yarn && yarn start",
2829
"build": "rimraf ./build && rollup -c && rimraf ./build/dts",
2930
"lint": "npx eslint \"src/**\"",
3031
"postbuild": "node ./scripts/cleanBuildTypes.cjs",

0 commit comments

Comments
 (0)