Skip to content

Commit

Permalink
build: add node-esm cmd, update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 9, 2021
1 parent c045a57 commit 6242f76
Show file tree
Hide file tree
Showing 156 changed files with 176 additions and 174 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"doc": "lerna run doc",
"doc:readme": "lerna run doc:readme",
"doc:ae": "lerna run doc:ae && scripts/collect-apis",
"doc:examples": "ts-node -P tools/tsconfig.json tools/src/readme-examples.ts",
"doc:examples": "scripts/node-esm tools/src/readme-examples.ts",
"examples": "scripts/build-examples",
"pub": "lerna publish --registry https://registry.npmjs.org/ && yarn doc && scripts/deploy-docs",
"test": "yarn build && yarn test:only",
"test:only": "lerna run test",
"tool:deps": "ts-node -P tools/tsconfig.json tools/src/adjacency.ts",
"tool:imports": "ts-node -P tools/tsconfig.json tools/src/check-imports.ts",
"tool:exports": "ts-node -P tools/tsconfig.json tools/src/check-exports.ts",
"tool:prune": "ts-node -P tools/tsconfig.json tools/src/prune-changelogs.ts",
"tool:searchindex": "ts-node -P tools/tsconfig.json tools/src/build-search-index.ts"
"tool:deps": "scripts/node-esm tools/src/adjacency.ts",
"tool:imports": "scripts/node-esm tools/src/check-imports.ts",
"tool:exports": "scripts/node-esm tools/src/check-exports.ts",
"tool:prune": "scripts/node-esm tools/src/prune-changelogs.ts",
"tool:searchindex": "scripts/node-esm tools/src/build-search-index.ts"
},
"resolutions": {
"typescript": "4.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapt-dpi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build": "yarn clean && tsc --declaration",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/adjacency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc api decorators mixins",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/args/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/arrays/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/associative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc internal",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/atom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/base-n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/bencode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/binary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/bitfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/bitstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/checks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
4 changes: 2 additions & 2 deletions packages/color-palettes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"pub": "yarn build:release && yarn publish --access public",
"tool:swatches": "ts-node -P tools/tsconfig.json tools/index.ts"
"tool:swatches": "../../scripts/node-esm tools/index.ts"
},
"devDependencies": {
"@thi.ng/testament": "^0.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc api css hcy hsi hsl hsv int internal lab lch oklab ops rgb srgb xyy xyz ycc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public",
"tool:swatches": "ts-node -P tools/tsconfig.json tools/index.ts"
"tool:swatches": "../../scripts/node-esm tools/index.ts"
},
"dependencies": {
"@thi.ng/api": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/colored-noise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/compare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/compose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/csp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public",
Expand Down
2 changes: 1 addition & 1 deletion packages/csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/dcons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/defmulti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/dgraph-dot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/dgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/distance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
2 changes: 1 addition & 1 deletion packages/dl-asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build:check": "tsc --isolatedModules --noEmit",
"test": "testament test",
"clean": "rimraf *.js *.d.ts *.map doc",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc:readme": "../../scripts/node-esm ../../tools/src/readme.ts",
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",
"doc": "typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts",
"pub": "yarn build:release && yarn publish --access public"
Expand Down
Loading

0 comments on commit 6242f76

Please sign in to comment.