feat: Add turbo to root deps-dev

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent b704bc6e11
commit 2a836d705d
10 changed files with 141 additions and 14 deletions
+8 -6
View File
@@ -22,14 +22,16 @@
],
"sideEffects": false,
"scripts": {
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && yarn theme",
"postbuild": "shx rm -rf tmp && yarn lint",
"pretest": "yarn build",
"test": "yarn --cwd .. test",
"lint": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist",
"theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css",
"prepare": "ts-patch install -s",
"build": "vite build",
"postbuild": "shx rm -rf tmp",
"types": "vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json",
"theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css",
"test": "yarn --cwd .. tests",
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path ../.gitignore .",
"lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist",
"prepublishOnly": "shx cp ../README.md .",
"release": "yarn np",
"postpublish": "shx rm README.md"
},
"dependencies": {