Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 5b97f91

Browse files
committed
add a dumb test on package.json
1 parent ca22571 commit 5b97f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Angular 1.x styleguide (ES2015) Sample App",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1",
87
"start": "node node_modules/webpack-dev-server/bin/webpack-dev-server.js",
9-
"build": "node node_modules/webpack/bin/webpack.js"
8+
"build": "node node_modules/webpack/bin/webpack.js",
9+
"test": " [ -f dist/bundle.js ] "
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)