Skip to content

Commit 67ce82d

Browse files
chore: add publish script
1 parent 32a2bed commit 67ce82d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
}
1414
},
1515
"scripts": {
16+
"build:rollup": "rollup -c",
1617
"build": "npm run build:rollup",
17-
"build:vite": "vite build",
18-
"build:rollup": "rollup -c"
18+
"publish": "npm run build && npm publish"
1919
},
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)