We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fb00c commit d053b6cCopy full SHA for d053b6c
package.json
@@ -26,7 +26,7 @@
26
"sveltejs"
27
],
28
"scripts": {
29
- "build": "yarn build:meta && yarn build:tsc",
+ "build": "yarn build:meta && yarn build:ts",
30
"build:meta": "yarn ts ./tools/update-meta.ts",
31
"build:ts": "tsc --project ./tsconfig.build.json",
32
"clean": "rimraf .nyc_output lib coverage build .svelte-kit svelte.config-dist.js",
0 commit comments