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 45a8497 commit 781659dCopy full SHA for 781659d
package.json
@@ -19,8 +19,8 @@
19
"tsc:watch": "tsc --watch",
20
"build": "rollup -c",
21
"start": "rollup -c -w",
22
- "prepare": "yarn run build",
23
- "predeploy": "cd example && yarn install && yarn run build",
+ "prepare": "npm run build",
+ "predeploy": "cd example && npm install && npm run build",
24
"deploy": "gh-pages -d example/build"
25
},
26
"dependencies": {
0 commit comments