Skip to content

Commit bd9f850

Browse files
committed
edit: build/publish script
1 parent 5a51beb commit bd9f850

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"license": "MIT",
55
"main": "./built/index.js",
66
"scripts": {
7+
"build": "yarn tsc",
8+
"print": "yarn build && yarn doc && yarn tests && npm publish --access public",
79
"test": "mocha -r ts-node/register",
810
"tests": "mocha -r ts-node/register 'tests/*.ts'",
911
"doc": "typedoc --plugin none src/"

0 commit comments

Comments
 (0)