We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cp
1 parent 8bca2f4 commit 5698a0cCopy full SHA for 5698a0c
package.json
@@ -5,7 +5,7 @@
5
"main": "lib/index.js",
6
"scripts": {
7
"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",
+ "compile": "node_modules/.bin/babel src -d lib && cd src && find . -name package.json -exec cp --parents '{}' ../lib \\; -print",
9
"dist": "node_modules/.bin/webpack",
10
"storybook": "start-storybook -p 6006",
11
"build-storybook": "build-storybook"
0 commit comments