Skip to content

Commit

Permalink
build: remove yarn from package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jankoritak committed Jul 31, 2020
1 parent 45a8497 commit 781659d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"tsc:watch": "tsc --watch",
"build": "rollup -c",
"start": "rollup -c -w",
"prepare": "yarn run build",
"predeploy": "cd example && yarn install && yarn run build",
"prepare": "npm run build",
"predeploy": "cd example && npm install && npm run build",
"deploy": "gh-pages -d example/build"
},
"dependencies": {
Expand Down

0 comments on commit 781659d

Please sign in to comment.