Skip to content

Commit

Permalink
Fix publishing issue from v3.2.0 (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish authored May 20, 2023
1 parent 5e97d49 commit 5555661
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 @@ -33,7 +33,7 @@
"README.md"
],
"scripts": {
"build": "rm -rf dist tsc --project tsconfig.build.json",
"build": "rm -rf dist && tsc --project tsconfig.build.json",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:*\"",
"lint:docs": "markdownlint \"**/*.md\"",
"lint:js": "eslint --cache .",
Expand Down

0 comments on commit 5555661

Please sign in to comment.