Skip to content

Commit

Permalink
merge-upstream: Run build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 25, 2023
1 parent 12c360b commit 96b956f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "SVG renderer for Scratch",
"main": "./src/index.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "npm run clean && webpack --progress --colors --bail",
"clean": "rimraf ./dist",
"start": "webpack-dev-server",
Expand Down

0 comments on commit 96b956f

Please sign in to comment.