Skip to content

Commit

Permalink
Merge pull request #233 from City-of-Helsinki/fix/package-prepublish
Browse files Browse the repository at this point in the history
Test prepublishOnly script
  • Loading branch information
niglu1 authored Sep 1, 2020
2 parents ed3737c + 5a97663 commit b10321f
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 b10321f

Please sign in to comment.