mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Update readme
This commit is contained in:
parent
afcdcbd2f6
commit
eabbcfa5b2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -97,7 +97,7 @@ jobs:
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
- uses: bahmutov/npm-install@v1
|
- uses: bahmutov/npm-install@v1
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- run: npx -y -p denoify@1.2.2 enable_short_npm_import_path
|
- run: npx -y -p denoify@1.3.0 enable_short_npm_import_path
|
||||||
env:
|
env:
|
||||||
DRY_RUN: "0"
|
DRY_RUN: "0"
|
||||||
- uses: garronej/ts-ci@v2.1.0
|
- uses: garronej/ts-ci@v2.1.0
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ Besides, good stuff that comes with using this template:
|
||||||
<details>
|
<details>
|
||||||
<summary>Click to expand</summary>
|
<summary>Click to expand</summary>
|
||||||
|
|
||||||
## Can I use `npm` instead of `yarn`
|
## Can I use `npm` (or something else) instead of `yarn`
|
||||||
|
|
||||||
Yes, just remove the `yarn.lock` file and edit `.github/workflows/ci.yaml`, replace all `yarn ***` by `npm run ****`.
|
Yes, just remove the `yarn.lock` file and edit `.github/workflows/ci.yaml`, replace all `yarn ***` by `npm run ****`.
|
||||||
## What will be included in the npm bundle?
|
## What will be included in the npm bundle?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue