Merge pull request #682 from thecodacus/bug/prestart-script

fix: dev command
This commit is contained in:
Anirban Kar 2024-12-13 11:11:56 +05:30 committed by GitHub
commit acd61fea8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
"scripts": {
"deploy": "npm run build && wrangler pages deploy",
"build": "remix vite:build",
"dev": "node pre-start.cjs; remix vite:dev",
"dev": "node pre-start.cjs && remix vite:dev",
"test": "vitest --run",
"test:watch": "vitest",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app",