From eabbcfa5b22777c6b051206d8f4e2c8a8624c853 Mon Sep 17 00:00:00 2001 From: garronej Date: Sat, 22 Oct 2022 03:31:02 +0200 Subject: [PATCH] Update readme --- .github/workflows/ci.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d234091..af1b948 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,7 +97,7 @@ jobs: registry-url: https://registry.npmjs.org/ - uses: bahmutov/npm-install@v1 - 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: DRY_RUN: "0" - uses: garronej/ts-ci@v2.1.0 diff --git a/README.md b/README.md index 5c5b68e..d19de66 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Besides, good stuff that comes with using this template:
Click to expand -## 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 ****`. ## What will be included in the npm bundle?