chore: update package.json files

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 8362d7fd7a
commit b6216a849b
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -24,11 +24,12 @@
"scripts": { "scripts": {
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && yarn theme", "build": "vite build && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && yarn theme",
"postbuild": "shx rm -rf tmp && yarn lint", "postbuild": "shx rm -rf tmp && yarn lint",
"pretest": "yarn build",
"test": "yarn --cwd .. test", "test": "yarn --cwd .. test",
"lint": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist", "lint": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist",
"theme": "postcss src/theme-default.css -o dist/theme-default.css", "theme": "postcss src/theme-default.css -o dist/theme-default.css",
"prepare": "ts-patch install -s", "prepare": "ts-patch install -s",
"prepublishOnly": "shx cp ../README.md . && yarn build", "prepublish": "shx cp ../README.md .",
"postpublish": "shx rm README.md" "postpublish": "shx rm README.md"
}, },
"dependencies": { "dependencies": {
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"test": "cypress run-ct", "test": "cypress run-ct",
"test:open": "cypress open-ct" "open": "cypress open-ct"
}, },
"dependencies": { "dependencies": {
"@braks/vue-flow": "^0.4.0-17" "@braks/vue-flow": "^0.4.0-17"