Skip to content

Commit 7bd65c2

Browse files
committed
chore: build before publishing
1 parent 9e28d67 commit 7bd65c2

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

File renamed without changes.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@byzanteam/jet-queue-plugin-js",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"scripts": {
5-
"build": "rollup -c rollup.config.mjs"
5+
"build": "rollup -c rollup.config.mjs",
6+
"prepublishOnly": "npm run build"
67
},
78
"exports": {
89
".": "./dist/index.js"

0 commit comments

Comments
 (0)