Skip to content

Commit 52db4b4

Browse files
committed
add release script
1 parent a001865 commit 52db4b4

File tree

3 files changed

+70
-2
lines changed

3 files changed

+70
-2
lines changed

.npmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ignore-workspace-root-checks=true
1+
ignore-workspace-root-check=true
22
shamefully-hoist=true

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"dev:build": "nuxi build playground",
2121
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
2222
"lint": "eslint .",
23-
"lint:fix": "eslint . --fix"
23+
"lint:fix": "eslint . --fix",
24+
"release": "bumpp && npm publish"
2425
},
2526
"dependencies": {
2627
"@nuxt/kit": "^3.0.0",
@@ -34,6 +35,7 @@
3435
"@nuxt/module-builder": "^0.2.1",
3536
"@nuxt/schema": "^3.0.0",
3637
"@nuxtjs/eslint-config-typescript": "^12.0.0",
38+
"bumpp": "^8.2.1",
3739
"eslint": "^8.28.0",
3840
"nuxt": "^3.0.0"
3941
}

pnpm-lock.yaml

+66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)