Skip to content

Commit 4b48248

Browse files
committed
Do not compile any tests on Unix systems
1 parent 87fb1dc commit 4b48248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"es6": "src/entry.js",
77
"scripts": {
88
"build": "npm run build-js && npm run copy-styles && npm run build-styles",
9-
"build-js": "babel src -d dist --ignore **/__tests__",
9+
"build-js": "babel src -d dist --ignore __tests__",
1010
"build-styles": "lessc ./dist/DateTimePicker.less ./dist/DateTimePicker.css",
1111
"copy-styles": "node ./copy-styles.js",
1212
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)