Skip to content

Commit

Permalink
build: add tool: script aliases to main pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 13, 2020
1 parent bb158ab commit 607648a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"examples": "scripts/build-examples",
"pub": "lerna publish --registry https://registry.npmjs.org/ && yarn doc && scripts/upload-docs",
"test": "yarn build && yarn test:only",
"test:only": "lerna run test"
"test:only": "lerna run test",
"tool:imports": "ts-node -P tools/tsconfig.json tools/src/check-imports.ts",
"tool:searchindex": "ts-node -P tools/tsconfig.json tools/src/build-search-index.ts"
},
"resolutions": {
"typescript": "^4.0.2"
Expand Down

0 comments on commit 607648a

Please sign in to comment.