diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package.json b/package.json index f465ffc..fde72ff 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,9 @@ "type": "module", "private": "true", "scripts": { - "predev": "npm run build-api", "dev": "astro dev", - "prestart": "npm run build-api", "start": "astro dev", - "build": "npm run build-api && astro build", - "build-api": "cd api-src && npx tsc", - "prebuild-api": "cd api && ls -R -1 | grep -e \"\\(.js\\|.js.map\\)$\" | xargs rm", + "build": "astro build", "preview": "astro preview", "astro": "astro", "lint": "eslint .", |
