Skip to content

Commit

Permalink
Merge pull request styled-components#993 from jameslnewell/master
Browse files Browse the repository at this point in the history
stopped transpiling and publishing tests
  • Loading branch information
mxstbr authored Jul 14, 2017
2 parents 96afe68 + 9d010cd commit 53c59ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"build": "npm run build:lib && npm run build:dist",
"prebuild:lib": "rimraf lib/*",
"build:lib": "babel --out-dir lib src",
"build:lib": "babel --out-dir lib --ignore \"*.test.js\" src",
"prebuild:dist": "rimraf dist/*",
"build:dist": "rollup -c && rollup -c --environment ESBUNDLE && rollup -c --environment PRODUCTION",
"build:watch": "npm run build:lib -- --watch",
Expand Down

0 comments on commit 53c59ce

Please sign in to comment.