Skip to content

Commit

Permalink
chore: delete dist folder before build
Browse files Browse the repository at this point in the history
  • Loading branch information
valmisson committed Oct 22, 2021
1 parent 648b775 commit be12400
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 @@ -10,7 +10,7 @@
"dist"
],
"scripts": {
"build": "tsc --build",
"build": "rimraf dist/ && tsc --build",
"lint": "eslint src/**/*.{js,ts}",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md",
"prepublishOnly": "npm run build"
Expand All @@ -26,6 +26,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"lint-staged": "^11.2.3",
"rimraf": "^3.0.2",
"typescript": "^4.4.4",
"yorkie": "^2.0.0"
},
Expand Down

0 comments on commit be12400

Please sign in to comment.