Skip to content

Commit

Permalink
Fix ts error 🤷‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
jjenzz committed Aug 3, 2020
1 parent 159ea2d commit 2d755a4
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 @@ -10,7 +10,7 @@
"bootstrap": "make bootstrap",
"build": "ts-node --transpile-only scripts/build-all && yarn build:styles",
"build-package": "ts-node --transpile-only scripts/build-package",
"build:styles": "cross-env EXTRACT_CSS=true ts-node ./scripts/extract-styles packages/react",
"build:styles": "cross-env EXTRACT_CSS=true ts-node --files ./scripts/extract-styles packages/react",
"clean": "make clean",
"new-component": "cross-env CI=true ts-node ./scripts/new-component",
"nc": "yarn new-component",
Expand Down

0 comments on commit 2d755a4

Please sign in to comment.