Skip to content

Commit 04204f5

Browse files
committed
Fix npm run test:build
1 parent f18be88 commit 04204f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"grunt": "grunt",
2121
"test": "eslint src",
22-
"test:build": "node --check build/*.js build/custom/*.js",
22+
"test:build": "node --check build/*.js; node --check build/custom/*.js",
2323
"test:dist": "grunt test && node -c dist/phaser-test.js",
2424
"test:ts": "./node_modules/typescript/bin/tsc --noImplicitAny ./typescript/{p2,phaser,pixi}.d.ts && ./node_modules/typescript/bin/tsc --noImplicitAny ./typescript/{phaser,pixi}.comments.d.ts"
2525
},

0 commit comments

Comments
 (0)