Skip to content

Commit

Permalink
Windows: ; --> &&
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 24, 2023
1 parent e36b435 commit 88eb4ba
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 @@ -111,7 +111,7 @@
"watch:node": "rollup -c rollup.config.js -w",
"watch:test": "jest --watch",
"clean": "rm ./dist",
"prepare": "npm run clean ; npm run build"
"prepare": "npm run clean && npm run build"
},
"types": "dist/",
"unpkg": "dist/browser.js",
Expand Down

0 comments on commit 88eb4ba

Please sign in to comment.