We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23143b9 commit 9da45c6Copy full SHA for 9da45c6
package.json
@@ -24,7 +24,8 @@
24
"scripts": {
25
"setup": "yarn install && cd demo && yarn install",
26
"test": "jest",
27
- "demo": "cd demo && node ./scripts/getVersion.cjs && yarn && yarn start",
+ "dev": "cd demo && yarn && yarn dev",
28
+ "demo": "cd demo && yarn && yarn start",
29
"build": "rimraf ./build && rollup -c && rimraf ./build/dts",
30
"lint": "npx eslint \"src/**\"",
31
"postbuild": "node ./scripts/cleanBuildTypes.cjs",
0 commit comments