|
10 | 10 | "sideEffects": false, |
11 | 11 | "scripts": { |
12 | 12 | "addExtensions": "node --experimental-modules addExtensions.js", |
13 | | - "build": "npm run regenerate && npm run compile && npm run addExtensions && npm run rollup && npm run document && npm run readme && npm run fix && npm run normalize", |
| 13 | + "build": "npm run regenerate && npm run compile && npm run addExtensions && npm run rollup && npm run document && npm run indexReadme && npm run fix && npm run normalize", |
14 | 14 | "compile": "node --experimental-modules compile.js", |
15 | 15 | "deploy-docs": "npm run document && npm run docs:html && npm run fix && npm run normalize && gh-pages -d docs/dist", |
16 | | - "document": "npm run fix && npm run normalize && node --experimental-modules document.js", |
17 | 16 | "docs:html": "node --experimental-modules --experimental-json-modules docs/docsHtml.js", |
18 | 17 | "docs:html:local": "node --experimental-modules --experimental-json-modules docs/docsHtml.js local=true", |
| 18 | + "document": "npm run fix && npm run normalize && node --experimental-modules document.js", |
19 | 19 | "fix": "npm run lint:fix && npm run prettier:fix && npm run lint:fix", |
| 20 | + "indexReadme": "node --experimental-modules indexReadme.js", |
20 | 21 | "jest": "jest --coverage --watchAll=false", |
21 | 22 | "lint": "eslint \"**/*.{js,ts}\" --debug", |
22 | 23 | "lint:fix": "npm run lint -- --fix", |
|
25 | 26 | "prettier": "prettier \"**/*.{js,json,md,ts}\"", |
26 | 27 | "prettier:check": "npm run prettier -- --check", |
27 | 28 | "prettier:fix": "npm run prettier -- --write", |
28 | | - "readme": "node --experimental-modules readme.js", |
29 | 29 | "regenerate": "node --experimental-modules regenerate.js", |
30 | 30 | "rollup": "rollup -c", |
31 | 31 | "test": "npm run jest && npm run prettier:check && npm run lint", |
|
0 commit comments