Skip to content

Commit

Permalink
fix: Remove previous build artifacts before building. This addresses …
Browse files Browse the repository at this point in the history
…an issue where the latest published version didn't include the latest changes. (#81)

* fix: setup build generation and rebuild latest dist

* Revert "fix: setup build generation and rebuild latest dist"

This reverts commit 8ce9b2e.

* Update package.json
  • Loading branch information
derberg committed Jan 25, 2021
1 parent fffb514 commit 3279b09
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 @@ -6,7 +6,7 @@
"scripts": {
"lint": "eslint src",
"test": "jest src",
"build": "rm -rf build && ncc build"
"build": "rm -rf dist && ncc build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3279b09

Please sign in to comment.