Skip to content

Commit

Permalink
build(script): add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Jan 25, 2018
1 parent 7c2d852 commit c195236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"prebuild": "rimraf dist && mkdir dist",
"build": "cross-env NODE_ENV=production webpack --config webpack.build.js --display-modules",
"commit": "git-cz",
Expand Down

0 comments on commit c195236

Please sign in to comment.