Browse Source

Merge pull request #5296 from dammy001/chore/prepare-script

chore: add nuxi prepare script for generates types.
pull/5327/head
աɨռɢӄաօռɢ 2 years ago committed by GitHub
parent
commit
3a09c54776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui/package.json

2
packages/nc-gui/package.json

@ -20,6 +20,7 @@
"build": "nuxi build",
"dev": "nuxi dev",
"generate": "nuxi generate",
"prepare": "nuxi prepare",
"start": "node .output/server/index.mjs",
"lint": "eslint --ext \".js,.jsx,.ts,.tsx,.vue\" --fix --ignore-path .gitignore .",
"test": "vitest -c test/vite.config.ts",
@ -34,7 +35,6 @@
"@ckpack/vue-color": "^1.2.0",
"@iconify/vue": "^4.0.1",
"@pinia/nuxt": "^0.4.7",
"@types/file-saver": "^2.0.5",
"@vue-flow/additional-components": "^1.2.0",
"@vue-flow/core": "^1.3.0",
"@vuelidate/core": "^2.0.0-alpha.44",

Loading…
Cancel
Save