Skip to content

Commit

Permalink
build: Run hook to automaticlly build before publishing to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
purplebugs committed Sep 23, 2024
1 parent e9c3ce9 commit 2ae672b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"prettier": "prettier . --write",
"start": "node ./dev-utils/dev-server.js",
"test": "node --test",
"test-ui": "playwright test"
"test-ui": "playwright test",
"prepublishOnly": "npm run build:publish:node"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 2ae672b

Please sign in to comment.