Skip to content

Commit d053b6c

Browse files
committed
fix: script
1 parent 04fb00c commit d053b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"sveltejs"
2727
],
2828
"scripts": {
29-
"build": "yarn build:meta && yarn build:tsc",
29+
"build": "yarn build:meta && yarn build:ts",
3030
"build:meta": "yarn ts ./tools/update-meta.ts",
3131
"build:ts": "tsc --project ./tsconfig.build.json",
3232
"clean": "rimraf .nyc_output lib coverage build .svelte-kit svelte.config-dist.js",

0 commit comments

Comments
 (0)