Skip to content

Commit 3279b09

Browse files
authored
fix: Remove previous build artifacts before building. This addresses 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
1 parent fffb514 commit 3279b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint": "eslint src",
88
"test": "jest src",
9-
"build": "rm -rf build && ncc build"
9+
"build": "rm -rf dist && ncc build"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)