Skip to content

Commit

Permalink
chore(build): add a prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Oct 4, 2017
1 parent ab4d34b commit e32694c
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 @@ -88,10 +88,10 @@
"build": "yarn run build:js",
"build:js": "cp -R src/ dist",
"build:watch": "watch 'yarn run build' src",
"lint": "eslint src",
"test": "jest",
"docs": "echo add docs",
"lint": "eslint src",
"dist": "echo add dist"
"prepublishOnly": "yarn run test && yarn run build"
},
"jest": {
"testEnvironment": "node"
Expand Down

0 comments on commit e32694c

Please sign in to comment.