Skip to content

Commit 0dc7348

Browse files
authored
Merge pull request #240 from yj7o5/add-tests-darwin-cmd
Add "darwin" option in package json for tests
2 parents f2794a8 + 6557f9f commit 0dc7348

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)