Skip to content

Commit 08e62a9

Browse files
nirmaozNir Maoz
authored andcommitted
Fix compile script
1 parent 5b2d4ce commit 08e62a9

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
@@ -8,7 +8,7 @@
88
"test:all": "run-s compile dist test test-dist test-lib",
99
"test-dist": "TEST_SUBJECT=dist node_modules/.bin/mocha --require @babel/register test/.setup.js --recursive test",
1010
"test-lib": "TEST_SUBJECT=lib node_modules/.bin/mocha --require @babel/register test/.setup.js --recursive test",
11-
"compile": "node_modules/.bin/babel -v --copy-files src -d lib ",
11+
"compile": "node_modules/.bin/babel src --out-dir lib --copy-files ",
1212
"dist": "node_modules/.bin/webpack",
1313
"storybook": "start-storybook -p 6006",
1414
"build-storybook": "build-storybook"

0 commit comments

Comments
 (0)