rm copy script, build depends on generate

This commit is contained in:
Max Peintner
2023-04-20 14:44:12 +02:00
parent 8b8cca08cd
commit fc3755cace
3 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
"./assets/*": "./dist/assets/*"
},
"scripts": {
"build": "tsup && pnpm run copy-files",
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint \"src/**/*.ts*\"",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",