Skip to content

Commit 4cd8a6e

Browse files
committed
dont build docs on release
1 parent ceac2d8 commit 4cd8a6e

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
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8-
"build": "tsc && npm run docs",
8+
"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",
1111
"release": "npm run build && np"

0 commit comments

Comments
 (0)