Skip to content

Commit

Permalink
prepublish 명령어 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SoleeChoi committed Oct 21, 2020
1 parent db07b37 commit 7ad8b86
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 @@
"lint": "tslint -p tsconfig.json",
"build": "npm run lint && tsc",
"test": "jest --config jestconfig.json",
"example": "ts-node example/index.js"
"example": "ts-node example/index.js",
"prepublish": "rm -rf dist && tsc"
},
"author": {
"name": "Solee Deedee Choi",
Expand Down

0 comments on commit 7ad8b86

Please sign in to comment.