mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
chore(web): add release script
This commit is contained in:
2006
web/package-lock.json
generated
2006
web/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user