Skip to content

Commit 40f9426

Browse files
committed
Fix build scripts
1 parent 5ad0c29 commit 40f9426

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"private": true,
33
"scripts": {
44
"postinstall": "bower install",
5-
"build": "jshint src && jscs src && pulp build --optimise --to dist/web-storage.js",
6-
"test": "pulp browserify --optimise --include test --main Test.Main --to dist/test.js"
5+
"build": "jshint src && jscs src && pulp build --strict",
76
},
87
"devDependencies": {
98
"jscs": "^3.0.7",

0 commit comments

Comments
 (0)