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 f456233 commit e7ad6acCopy full SHA for e7ad6ac
package.json
@@ -10,7 +10,7 @@
10
"sideEffects": false,
11
"scripts": {
12
"addExtensions": "node --experimental-modules addExtensions.js",
13
- "build": "npm run regenerate && npm run compile && npm run addExtensions && npm run rollup && npm run fix",
+ "build": "npm run regenerate && npm run compile && npm run addExtensions && npm run rollup && npm run document && npm run readme && npm run fix",
14
"compile": "node --experimental-modules compile.js",
15
"document": "node --experimental-modules document.js",
16
"fix": "npm run lint:fix && npm run prettier:fix && npm run lint:fix",
0 commit comments