Skip to content

Commit 5555661

Browse files
authored
Fix publishing issue from v3.2.0 (#597)
1 parent 5e97d49 commit 5555661

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
@@ -33,7 +33,7 @@
3333
"README.md"
3434
],
3535
"scripts": {
36-
"build": "rm -rf dist tsc --project tsconfig.build.json",
36+
"build": "rm -rf dist && tsc --project tsconfig.build.json",
3737
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:*\"",
3838
"lint:docs": "markdownlint \"**/*.md\"",
3939
"lint:js": "eslint --cache .",

0 commit comments

Comments
 (0)