Skip to content

Commit 6557f9f

Browse files
committed
Add "darwin" option to so npm test runs on mac
1 parent a2c683d commit 6557f9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"test": "cross-os _test ",
1313
"_test": {
1414
"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"
15+
"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"
1617
},
1718
"build": "tsc",
1819
"build:test": "tsc -p tsconfig.test.json",

0 commit comments

Comments
 (0)