Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaptista committed Aug 24, 2018
1 parent 461e088 commit 80650cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build-docs": "NODE_ENV='production' webpack --env.demo",
"build-lib": "NODE_ENV='production' webpack; NODE_ENV='production' webpack --env.nodependencies; cp package.json dist/",
"build-watch": "webpack --watch",
"release": "yarn build; cd dist; yarn publish --access public"
"release": "yarn build-lib; cd dist; yarn publish --access public"
},
"keywords": [
"gallery",
Expand Down

0 comments on commit 80650cb

Please sign in to comment.