We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840bfae commit 0fa6a34Copy full SHA for 0fa6a34
1 file changed
package.json
@@ -10,7 +10,7 @@
10
"type": "module",
11
"scripts": {
12
"build": "vue-tsc -b --noEmit && vite build",
13
- "build:no-base": " vue-tsc --noEmit && cross-env VITE_BUILD_ENV=ACTIONS VITE_BASE_FLAG=0 vite build",
+ "build:no-base": "vue-tsc --noEmit && cross-env VITE_BUILD_ENV=ACTIONS VITE_BASE_FLAG=0 vite build",
14
"build:no-lint": "vue-tsc --noEmit && cross-env VITE_BUILD_ENV=ACTIONS vite build",
15
"changelog": "conventional-changelog -p commitlint.config.js -i CHANGELOG.md -s",
16
"changelog:all": "conventional-changelog -p commitlint.config.js -i CHANGELOG.md -s -r 0",
0 commit comments