Skip to content

Commit

Permalink
Publish command.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenshank committed Mar 18, 2020
1 parent 294724f commit 156309a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
"serve": "node src/server.js",
"app": "npx webpack --config webpack.prod.js",
"library":
"BABEL_ENV=library npx babel src --out-dir lib --copy-files && cp package.json lib",
"BABEL_ENV=library npx babel src --out-dir lib --copy-files && cp {package.json,yarn.lock,README.md} lib",
"yalc": "yarn library && cd lib && yalc push",
"publish": "yarn library && cd lib && npm publish",
"precommit": "pretty-quick --staged",
"format": "prettier 'src/**/*.{js,jsx}' --write",
"test": "jest"
Expand Down

0 comments on commit 156309a

Please sign in to comment.