chore(web): add release script

This commit is contained in:
Zack Spear
2023-11-15 13:20:23 -08:00
parent 00f73bd3b8
commit 33e4ba261c
2 changed files with 2008 additions and 3 deletions

2006
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,7 @@
{
"name": "connect-components",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "npm run type-check && nuxt build",
"build:dev": "npm run lint && npm run type-check && nuxt build && npm run deploy:dev",
@@ -15,7 +16,8 @@
"serve": "serve dist/nuxt-custom-elements/unraid-components",
"codegen": "graphql-codegen --config codegen.ts -r dotenv/config",
"codegen:watch": "graphql-codegen --config codegen.ts --watch -r dotenv/config",
"type-check": "nuxi typecheck"
"type-check": "nuxi typecheck",
"release": "standard-version"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
@@ -35,6 +37,7 @@
"lodash-es": "^4.17.21",
"nuxt": "^3.5.1",
"nuxt-custom-elements": "^2.0.0-beta.18",
"standard-version": "^9.5.0",
"terser": "^5.24.0"
},
"dependencies": {