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 34ada59 commit f939932Copy full SHA for f939932
package.json
@@ -21,7 +21,7 @@
21
"test": "wtr --coverage",
22
"test:watch": "wtr --watch --coverage",
23
"doc": "npx rimraf doc && typedoc --out doc describe.ts",
24
- "deploy": "npm run doc && gh-pages --dist 'doc'",
+ "deploy": "npm run doc && npm run build && gh-pages --dist '.'",
25
"build": "npx rimraf dist && tsc"
26
},
27
"devDependencies": {
0 commit comments