Skip to content

Commit 0fa6a34

Browse files
committed
style(scripts): 💄 修复命令行空格
1 parent 840bfae commit 0fa6a34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "module",
1111
"scripts": {
1212
"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",
13+
"build:no-base": "vue-tsc --noEmit && cross-env VITE_BUILD_ENV=ACTIONS VITE_BASE_FLAG=0 vite build",
1414
"build:no-lint": "vue-tsc --noEmit && cross-env VITE_BUILD_ENV=ACTIONS vite build",
1515
"changelog": "conventional-changelog -p commitlint.config.js -i CHANGELOG.md -s",
1616
"changelog:all": "conventional-changelog -p commitlint.config.js -i CHANGELOG.md -s -r 0",

0 commit comments

Comments
 (0)