Skip to content

Commit f939932

Browse files
committed
wip: deploy demo and docs
1 parent 34ada59 commit f939932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "wtr --coverage",
2222
"test:watch": "wtr --watch --coverage",
2323
"doc": "npx rimraf doc && typedoc --out doc describe.ts",
24-
"deploy": "npm run doc && gh-pages --dist 'doc'",
24+
"deploy": "npm run doc && npm run build && gh-pages --dist '.'",
2525
"build": "npx rimraf dist && tsc"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)