chore: move commands to scripts
This commit is contained in:
parent
d057f84a2a
commit
3e829f1294
4 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
"build:deploy": "npm run build && npm run deploy",
|
||||
"copy:dist": "npm run build && cp -R dist ../ayco.io-flask/",
|
||||
"prepare": "husky",
|
||||
"prep:now": "npx jiti ./commands/prep-now.js",
|
||||
"prep:now": "npx jiti ./scripts/prep-now.js",
|
||||
"test": "vitest run ."
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue