Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit de18f29

Browse files
authored
Merge pull request #62 from ovh-ux/feat/test-script
feat(build): standard test script alias
2 parents 16878b9 + 412807a commit de18f29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"build:clean": "rimraf dist",
1919
"build:webpack": "webpack --progress --colors --config build/webpack.dist.babel.js",
2020
"build:watch": "webpack --progress --colors --config build/webpack.dist.babel.js --watch",
21+
"test": "npm run karma",
2122
"karma": "cross-env NODE_ENV=test babel-node node_modules/karma/bin/karma start build/karma.conf.js --reporters nyan,coverage --single-run",
2223
"karma:watch": "cross-env NODE_ENV=test BABEL_ENV=test node -r babel-register node_modules/karma/bin/karma start build/karma.conf.js --watch"
2324
},

0 commit comments

Comments
 (0)