Skip to content

Commit 5698a0c

Browse files
committed
Undo cp rename
1 parent 8bca2f4 commit 5698a0c

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
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"scripts": {
77
"test": "node_modules/.bin/mocha --require babel-core/register test/.setup.js --recursive test",
8-
"compile": "node_modules/.bin/babel src -d lib && cd src && find . -name package.json -exec gcp --parents '{}' ../lib \\; -print",
8+
"compile": "node_modules/.bin/babel src -d lib && cd src && find . -name package.json -exec cp --parents '{}' ../lib \\; -print",
99
"dist": "node_modules/.bin/webpack",
1010
"storybook": "start-storybook -p 6006",
1111
"build-storybook": "build-storybook"

0 commit comments

Comments
 (0)