Skip to content

Commit 781659d

Browse files
committed
build: remove yarn from package.json scripts
1 parent 45a8497 commit 781659d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"tsc:watch": "tsc --watch",
2020
"build": "rollup -c",
2121
"start": "rollup -c -w",
22-
"prepare": "yarn run build",
23-
"predeploy": "cd example && yarn install && yarn run build",
22+
"prepare": "npm run build",
23+
"predeploy": "cd example && npm install && npm run build",
2424
"deploy": "gh-pages -d example/build"
2525
},
2626
"dependencies": {

0 commit comments

Comments
 (0)