Skip to content

Commit

Permalink
build(prod): skip tests on dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jan 29, 2017
1 parent b597805 commit 8593f31
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 @@ -8,7 +8,7 @@
],
"scripts": {
"prebuild": "npm run clean:dist",
"build": "cross-env NODE_ENV=production babel -s true src -d dist",
"build": "cross-env NODE_ENV=production babel -s true src -d dist --ignore 'src/**/*.test.js'",
"clean:dist": "shx rm -rf dist",
"start": "npm run serve:dev src",
"serve:dev": "nodemon $2 --exec babel-node",
Expand Down

0 comments on commit 8593f31

Please sign in to comment.