Skip to content

Commit e7ad6ac

Browse files
Update docs on build
1 parent f456233 commit e7ad6ac

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
@@ -10,7 +10,7 @@
1010
"sideEffects": false,
1111
"scripts": {
1212
"addExtensions": "node --experimental-modules addExtensions.js",
13-
"build": "npm run regenerate && npm run compile && npm run addExtensions && npm run rollup && npm run fix",
13+
"build": "npm run regenerate && npm run compile && npm run addExtensions && npm run rollup && npm run document && npm run readme && npm run fix",
1414
"compile": "node --experimental-modules compile.js",
1515
"document": "node --experimental-modules document.js",
1616
"fix": "npm run lint:fix && npm run prettier:fix && npm run lint:fix",

0 commit comments

Comments
 (0)