diff options
author | 2024-08-29 07:56:05 +0200 | |
---|---|---|
committer | 2024-08-29 07:56:05 +0200 | |
commit | 96e3f2ffbbbd5c83646f50b44a4ac281d06cc678 (patch) | |
tree | 64bd23ed7a0a5f5ea6cd0ca911aeb365930d3a6a | |
parent | a31854bfe8ff06674a4f69b9231dbfede7615023 (diff) | |
download | astro-96e3f2ffbbbd5c83646f50b44a4ac281d06cc678.tar.gz astro-96e3f2ffbbbd5c83646f50b44a4ac281d06cc678.tar.zst astro-96e3f2ffbbbd5c83646f50b44a4ac281d06cc678.zip |
chore: update build scripts
-rw-r--r-- | packages/integrations/node/package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 44a9b1222..42a5a8dc2 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -27,9 +27,7 @@ "dist" ], "scripts": { - "build": "astro-scripts build \"src/**/*.ts\" && tsc", - "build:ci": "astro-scripts build \"src/**/*.ts\"", - "dev": "astro-scripts dev \"src/**/*.ts\"", + "build": "tsc", "test": "astro-scripts test \"test/**/*.test.js\"" }, "dependencies": { |