Skip to content

Commit

Permalink
fix: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Sep 14, 2018
1 parent cd991ca commit a680f84
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 30 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"lint": "npm run ci-lint .",
"precommit": "lint-staged",
"release": "rollout",
"prepublishOnly": "npm run build",
"tdd": "karma start",
"test": "npm run lint && npm run test-browser && npm run test-node",
"test-browser": "cross-env NODE_ENV=test karma start --single-run",
Expand Down
Loading

0 comments on commit a680f84

Please sign in to comment.