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 5a51beb commit bd9f850Copy full SHA for bd9f850
package.json
@@ -4,6 +4,8 @@
4
"license": "MIT",
5
"main": "./built/index.js",
6
"scripts": {
7
+ "build": "yarn tsc",
8
+ "print": "yarn build && yarn doc && yarn tests && npm publish --access public",
9
"test": "mocha -r ts-node/register",
10
"tests": "mocha -r ts-node/register 'tests/*.ts'",
11
"doc": "typedoc --plugin none src/"
0 commit comments