Skip to content

Commit

Permalink
fix: Ordering in build:ts script
Browse files Browse the repository at this point in the history
Co-authored-by: Lloyd Kupchanko <[email protected]>
  • Loading branch information
MysteryBlokHed and lloydk authored Jun 26, 2024
1 parent 573b64d commit c4d4517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"watch:html": "npx @11ty/eleventy --config=_build/eleventy.js --serve",
"build:js": "rollup -c _build/rollup.config.js",
"watch:js": "rollup -c _build/rollup.config.js --watch",
"build:ts": "tsc && node ./scripts/copy-declarations.js",
"build:ts": "node ./scripts/copy-declarations.js && tsc",
"build:apidocs": "npx typedoc",
"watch:apidocs": "npx typedoc --watch",
"build:js:legacy": "rollup -c _build/rollup.legacy.config.js",
Expand Down

0 comments on commit c4d4517

Please sign in to comment.