bugfix: utils file
This commit is contained in:
+2
-2
@@ -20,8 +20,8 @@
|
||||
"build": "vue-tsc --noEmit && vite build",
|
||||
"build:dist": "rollup -c --environment NODE_ENV:production && postcss src/*.css --dir dist",
|
||||
"serve": "vite preview",
|
||||
"prepublishOnly": "yarn lint && yarn build:dist",
|
||||
"test": "exit 0",
|
||||
"prepublishOnly": "yarn build:dist",
|
||||
"test": "exit 0;",
|
||||
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
|
||||
"lint": "yarn lint:js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user