Skip to content

Commit a63e7ec

Browse files
Barthélémy Ledouxsapegin
Barthélémy Ledoux
authored andcommitted
Build: Make sure compile works on windows (styleguidist#1522)
1 parent 28398eb commit a63e7ec

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
@@ -178,7 +178,7 @@
178178
"start:sections": "node lib/bin/styleguidist.js server --config examples/sections/styleguide.config.js",
179179
"start:ui": "node lib/bin/styleguidist.js server",
180180
"lint": "eslint . --cache --fix --ext .js,.ts,.tsx",
181-
"compile": "babel --delete-dir-on-start --ignore '**/__mocks__/*,**/__tests__/*,**/*.spec.ts,**/*.spec.tsx,**/*.spec.js,**/*.d.ts' --extensions '.js,.ts,.tsx' -d lib/ src/",
181+
"compile": "babel --delete-dir-on-start --ignore **/__mocks__/*,**/__tests__/*,**/*.spec.ts,**/*.spec.tsx,**/*.spec.js,**/*.d.ts --extensions .js,.ts,.tsx -d lib/ src/",
182182
"compile:types": "tsc -p ./tsconfig.types.json --emitDeclarationOnly",
183183
"compile:watch": "npm run compile -- --watch",
184184
"prepublishOnly": "npm run compile",

0 commit comments

Comments
 (0)