Skip to content

Commit

Permalink
docs: fix scripts
Browse files Browse the repository at this point in the history
- change npm-run-all to run-s alias
  • Loading branch information
keindev committed Jul 25, 2023
1 parent b5858a7 commit b406764
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install @tagproject/ts-package-shared-config --save-dev

- Add `"prepare:config": "ts-package-shared-config"` to `scripts` property in your `package.json`
- Rename your `prepare` scripts to `prepare:[NAME]`
- Add `"prepare": "npm-run-all prepare:*"`
- Add `"prepare": "run-s prepare:*"`
- Run `npm run prepare`

## Configs
Expand Down Expand Up @@ -66,13 +66,13 @@ npm install @tagproject/ts-package-shared-config --save-dev

#### dependencies:

- [@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config): `1.x`
- [@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config): `2.x`
- [@tagproject/docs-shared-config](https://www.npmjs.com/package/@tagproject/docs-shared-config): `3.x`
- [@tagproject/vscode-shared-config](https://www.npmjs.com/package/@tagproject/vscode-shared-config): `3.x`
- [@types/jest](https://www.npmjs.com/package/@types/jest): `latest`
- [@types/node](https://www.npmjs.com/package/@types/node): `latest`
- [@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin): `6.x`
- [@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser): `6.x`
- [changelog-guru](https://www.npmjs.com/package/changelog-guru): `latest`
- [changelog-guru](https://www.npmjs.com/package/changelog-guru): `4.x`
- [eslint](https://www.npmjs.com/package/eslint): `8.x`
- [eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier): `8.x`
- [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import): `2.x`
Expand Down

0 comments on commit b406764

Please sign in to comment.