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 87fb1dc commit 4b48248Copy full SHA for 4b48248
package.json
@@ -6,7 +6,7 @@
6
"es6": "src/entry.js",
7
"scripts": {
8
"build": "npm run build-js && npm run copy-styles && npm run build-styles",
9
- "build-js": "babel src -d dist --ignore **/__tests__",
+ "build-js": "babel src -d dist --ignore __tests__",
10
"build-styles": "lessc ./dist/DateTimePicker.less ./dist/DateTimePicker.css",
11
"copy-styles": "node ./copy-styles.js",
12
"prepublishOnly": "npm run build",
0 commit comments