add common to workflow paths
Some checks failed
Deploy Backend / deploy (push) Failing after 26s
Deploy Website / deploy (push) Successful in 3m42s

This commit is contained in:
Lee
2024-10-04 22:27:53 +01:00
parent c04e47b10e
commit 1164b4358b
2 changed files with 6 additions and 5 deletions

View File

@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsup src/index.ts --watch"
"dev": "tsup src/index.ts --watch",
"build": "tsup src/index.ts"
},
"keywords": [],
"author": "",