Skip to content

Commit

Permalink
chore: fixed astro build script
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppelt committed Jul 13, 2023
1 parent 263b8b4 commit 7efe4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"prepublishOnly": "node ./tasks/copyAssets.js",
"build": "tsc -p tsconfig.build",
"build": "tsc -p tsconfig.build.json",
"assets:copy": "node ./tasks/copyAssets.js",
"assets:link": "node ./tasks/linkAssets.js"
},
Expand Down

0 comments on commit 7efe4ba

Please sign in to comment.