From 6549313a54e7fede18cfa170df82c29f511d76d7 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 12 Aug 2023 09:39:41 +0100 Subject: No more API build step --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'package.json') 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 .", -- cgit v1.2.3