Skip to content

Commit

Permalink
chore: fix yarn commands for Yarn v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Sep 28, 2017
1 parent 69aeb44 commit f8237d7
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 @@ -78,8 +78,8 @@
"scripts": {
"start": "node dist/cli/cli.js",
"clean": "rimraf dist && mkdir dist",
"prebuild": "yarn run clean -s",
"build": "yarn run build:js -s",
"prebuild": "yarn run clean",
"build": "yarn run build:js",
"build:js": "cp -R src/ dist",
"build:watch": "watch 'yarn run build' src",
"test": "echo add tests",
Expand Down

0 comments on commit f8237d7

Please sign in to comment.