Skip to content

Commit

Permalink
Undo cp rename
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanp461 committed Jan 18, 2018
1 parent 8bca2f4 commit 5698a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"test": "node_modules/.bin/mocha --require babel-core/register test/.setup.js --recursive test",
"compile": "node_modules/.bin/babel src -d lib && cd src && find . -name package.json -exec gcp --parents '{}' ../lib \\; -print",
"compile": "node_modules/.bin/babel src -d lib && cd src && find . -name package.json -exec cp --parents '{}' ../lib \\; -print",
"dist": "node_modules/.bin/webpack",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
Expand Down

0 comments on commit 5698a0c

Please sign in to comment.