Skip to content

Commit

Permalink
build 명령어에 dist 폴더 삭제 command 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SoleeChoi committed Jan 18, 2022
1 parent 5579af5 commit e792796
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 @@ -7,7 +7,7 @@
"scripts": {
"start": "npm start",
"lint": "tslint -p tsconfig.json",
"build": "npm run lint && tsc",
"build": "npm run lint && npm run prepublish",
"test": "jest --config jestconfig.json",
"example": "ts-node example/index.js",
"prepublish": "rm -rf dist && tsc"
Expand Down

0 comments on commit e792796

Please sign in to comment.