Skip to content

Commit

Permalink
Avoid brace expansions
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed Mar 6, 2020
1 parent c72460a commit d7ae85a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
"test:build": "node --check build/*.js; node --check build/custom/*.js",
"test:dist": "grunt test && node --check dist/phaser-test.js",
"test:src": "eslint src",
"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"
},
"test:ts": "tsc --noImplicitAny ./typescript/p2.d.ts ./typescript/phaser.d.ts ./typescript/pixi.d.ts; tsc --noImplicitAny ./typescript/phaser.comments.d.ts ./typescript/pixi.comments.d.ts",
"tsc": "./node_modules/typescript/bin/tsc"
},
"keywords": [
"2d",
"HTML5",
Expand Down

0 comments on commit d7ae85a

Please sign in to comment.