Skip to content

Commit f2d5053

Browse files
committed
build docs when releasing
1 parent 1f5d787 commit f2d5053

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
@@ -8,7 +8,7 @@
88
"build": "tsc",
99
"test": "echo \"Error: no test specified\"",
1010
"docs": "typedoc --name 'AE Expressions' --theme docs-theme/ --readme none --out docs src/index.ts",
11-
"release": "npm run build && np"
11+
"release": "npm run docs && npm run build && np"
1212
},
1313
"devDependencies": {
1414
"typescript": "^4.2.4"

0 commit comments

Comments
 (0)