Skip to content

Commit ce686ab

Browse files
committed
Add build script
1 parent 5ca638b commit ce686ab

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

package-lock.json

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"scripts": {
5959
"test": "tsc && npx publint && tsx --test test/**/*test.ts",
6060
"cover": "tsc && mkdir -p coverage && tsx --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=./coverage/lcov.info test/**/*test.ts",
61-
"publish-public": "tsc && npx publint && npx webpack && npm run cover && npm publish --access public",
61+
"build": "tsc && npx publint && npx webpack && npm run cover",
62+
"publish-public": "npm run build && npm publish --access public",
6263
"servedocs": "(cd docs && bundle exec jekyll serve)"
6364
}
6465
}

0 commit comments

Comments
 (0)