We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c683d commit 6557f9fCopy full SHA for 6557f9f
package.json
@@ -12,7 +12,8 @@
12
"test": "cross-os _test ",
13
"_test": {
14
"win32": "tsc -p tsconfig.test.json && copy test\\Assets\\* .test\\test\\Assets && mocha .test\\test",
15
- "linux": "tsc -p tsconfig.test.json && cp test/Assets/* .test/test/Assets && mocha .test/test"
+ "linux": "tsc -p tsconfig.test.json && cp test/Assets/* .test/test/Assets && mocha .test/test",
16
+ "darwin": "tsc -p tsconfig.test.json && cp test/Assets/* .test/test/Assets && mocha .test/test"
17
},
18
"build": "tsc",
19
"build:test": "tsc -p tsconfig.test.json",
0 commit comments