Skip to content

Commit

Permalink
🔧 Add prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
apollonian committed Aug 1, 2020
1 parent 87b05e7 commit 43c5f8c
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 @@ -9,7 +9,8 @@
"tsc": "tsc",
"build": "babel src/lib --out-dir lib --out-file-extension .cjs.js --extensions '.ts,.tsx' && tsc",
"demo:dev": "webpack-dev-server --mode development",
"demo:prod": "webpack --mode production"
"demo:prod": "webpack --mode production",
"prepublishOnly": "yarn build"
},
"keywords": [
"copy email",
Expand Down

0 comments on commit 43c5f8c

Please sign in to comment.