Skip to content

Commit

Permalink
fixed build scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Wilkowski <[email protected]>
  • Loading branch information
dominikwilkowski committed Apr 22, 2018
1 parent 5bfc387 commit 2f2c961
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 @@ -30,8 +30,8 @@
"node": ">=0.12.15"
},
"scripts": {
"prepublish": "npm run test && npm run build",
"test": "npm run test:unit && npm run test:fonts",
"prepublish": "npm run build && npm run test",
"test": "npm run build && npm run test:unit && npm run test:fonts",
"test:fonts": "node ./test/fonttest.js",
"test:watch": "jest --watchAll --coverage",
"test:unit": "jest",
Expand Down

0 comments on commit 2f2c961

Please sign in to comment.