Skip to content

Commit

Permalink
Only run sinon builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Oct 13, 2018
1 parent b40ee1a commit 0c6a3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test-esm-bundle": "node test/es2015/check-esm-bundle-is-runnable.js",
"test": "run-s test-node test-headless test-webworker test-esm",
"check-dependencies": "dependency-check package.json --unused --no-dev --ignore-module coveralls --ignore-module esm",
"build": "run-p build-*",
"build": "run-p build-esm build-bundle",
"build-bundle": "node ./build.js",
"build-esm": "rollup -c",
"build-docs": "cd docs; bundle exec jekyll build",
Expand Down

0 comments on commit 0c6a3f3

Please sign in to comment.