Skip to content

Commit

Permalink
Test prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
niglu1 committed Sep 1, 2020
1 parent ed3737c commit 5a97663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"storybook": "start-storybook -p 6006 --quiet",
"build-storybook": "build-storybook --loglevel error",
"test": "jest",
"prepublishOnly": "cp -R lib/ ."
"prepublishOnly": "cp -r ./lib/. ."
},
"devDependencies": {
"@babel/core": "7.9.6",
Expand Down

0 comments on commit 5a97663

Please sign in to comment.