We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm run test:build
1 parent f18be88 commit 04204f5Copy full SHA for 04204f5
package.json
@@ -19,7 +19,7 @@
19
"scripts": {
20
"grunt": "grunt",
21
"test": "eslint src",
22
- "test:build": "node --check build/*.js build/custom/*.js",
+ "test:build": "node --check build/*.js; node --check build/custom/*.js",
23
"test:dist": "grunt test && node -c dist/phaser-test.js",
24
"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"
25
},
0 commit comments