Skip to content

Commit 4581071

Browse files
committed
Fix test command
1 parent 419a196 commit 4581071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

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

0 commit comments

Comments
 (0)