Update enable_short_npm_import_path

This commit is contained in:
garronej 2022-10-13 05:32:54 +02:00
parent 660ae19fa1
commit fe7c64db2c

View file

@ -108,7 +108,6 @@ jobs:
ref: ${{ github.ref }} ref: ${{ github.ref }}
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: '16'
registry-url: https://registry.npmjs.org/ registry-url: https://registry.npmjs.org/
- uses: bahmutov/npm-install@v1 - uses: bahmutov/npm-install@v1
- run: | - run: |
@ -117,7 +116,7 @@ jobs:
PACKAGE_MANAGER=yarn PACKAGE_MANAGER=yarn
fi fi
$PACKAGE_MANAGER run build $PACKAGE_MANAGER run build
- run: npx -y -p denoify@0.6.5 denoify_enable_short_npm_import_path - run: npx -y -p denoify@1.2.2 enable_short_npm_import_path
env: env:
DRY_RUN: "0" DRY_RUN: "0"
- name: Publishing on NPM - name: Publishing on NPM