Skip to content

Commit 39918ac

Browse files
committed
Fix test command
1 parent 5294e69 commit 39918ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
55
"build": "jshint src && jscs src && pulp build -- --censor-lib --strict",
6-
"test": "pulp test --no-check-main"
6+
"test": "pulp test"
77
},
88
"devDependencies": {
99
"jscs": "^3.0.7",

0 commit comments

Comments
 (0)