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 ceac2d8 commit 4cd8a6eCopy full SHA for 4cd8a6e
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"scripts": {
8
- "build": "tsc && npm run docs",
+ "build": "tsc",
9
"test": "echo \"Error: no test specified\"",
10
"docs": "typedoc --name 'AE Expressions' --theme docs-theme/ --readme none --out docs src/index.ts",
11
"release": "npm run build && np"
0 commit comments