Skip to content

Commit

Permalink
Build: Make sure compile works on windows (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthélémy Ledoux authored and sapegin committed Jan 21, 2020
1 parent 28398eb commit a63e7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -178,7 +178,7 @@
"start:sections": "node lib/bin/styleguidist.js server --config examples/sections/styleguide.config.js",
"start:ui": "node lib/bin/styleguidist.js server",
"lint": "eslint . --cache --fix --ext .js,.ts,.tsx",
"compile": "babel --delete-dir-on-start --ignore '**/__mocks__/*,**/__tests__/*,**/*.spec.ts,**/*.spec.tsx,**/*.spec.js,**/*.d.ts' --extensions '.js,.ts,.tsx' -d lib/ src/",
"compile": "babel --delete-dir-on-start --ignore **/__mocks__/*,**/__tests__/*,**/*.spec.ts,**/*.spec.tsx,**/*.spec.js,**/*.d.ts --extensions .js,.ts,.tsx -d lib/ src/",
"compile:types": "tsc -p ./tsconfig.types.json --emitDeclarationOnly",
"compile:watch": "npm run compile -- --watch",
"prepublishOnly": "npm run compile",
Expand Down

0 comments on commit a63e7ec

Please sign in to comment.