0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
voxel!() 2024-02-04 19:59:55 +00:00 committed by astrobot-houston
parent 4260ecf1ff
commit 19df112cf7

View file

@ -17,7 +17,9 @@
".": "./dist/index.js",
"./package.json": "./package.json"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
"build:ci": "astro-scripts build \"src/**/*.ts\"",