Update enable_short_import_path script

This commit is contained in:
Joseph Garrone 2024-05-19 08:35:54 +02:00
parent 45c41ad321
commit 4e72bc3a72

View File

@ -113,7 +113,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.3.0 enable_short_npm_import_path - run: npx -y -p denoify@1.6.10 enable_short_npm_import_path
env: env:
DRY_RUN: "0" DRY_RUN: "0"
- uses: garronej/ts-ci@v2.1.1 - uses: garronej/ts-ci@v2.1.1