|
@@ -16,7 +16,8 @@
|
|
|
"post-build-global": "npm run node-ts -- ./tools/post-build-global.mts",
|
|
|
"dev": "npm run build-common -- --sourcemap --watch --onSuccess \"npm run build-types && echo Finished building.\"",
|
|
|
"update-jsr-version": "npm run node-ts -- ./tools/update-jsr-version.mts",
|
|
|
- "publish-package": "changeset publish && npm run update-jsr-version && npx jsr publish",
|
|
|
+ "publish-package": "changeset publish",
|
|
|
+ "publish-package-jsr": "npm run update-jsr-version && npx jsr publish",
|
|
|
"node-ts": "node --no-warnings=ExperimentalWarning --enable-source-maps --loader ts-node/esm",
|
|
|
"test-serve": "npm run node-ts -- ./test/TestPage/server.mts",
|
|
|
"test-dev": "cd test/TestScript && npm run dev",
|