refactor: run turbo pipe before publish

This commit is contained in:
braks
2022-10-09 00:27:53 +02:00
committed by Braks
parent 647d60583b
commit 32aa9e851b
5 changed files with 3 additions and 23 deletions

View File

@@ -23,11 +23,9 @@
"build": "vite build",
"types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && shx rm -rf tmp",
"postbuild": "shx rm -rf tmp",
"prepublishOnly": "pnpm build",
"test": "exit 0;",
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
"lint": "pnpm lint:js",
"release": "pnpm publish"
"lint": "pnpm lint:js"
},
"dependencies": {
"pathfinding": "^0.4.18",