We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b17f71 commit 9433a12Copy full SHA for 9433a12
.github/workflows/ci-main.yaml
@@ -169,6 +169,12 @@ jobs:
169
registry-url: https://registry.npmjs.org/
170
- uses: bahmutov/npm-install@v1
171
- run: yarn build
172
+ - run: npx -y -p denoify@1.6.13 enable_short_npm_import_path
173
+ env:
174
+ DRY_RUN: '0'
175
+ - uses: garronej/ts-ci@v2.1.5
176
+ with:
177
+ action_name: remove_dark_mode_specific_images_from_readme
178
- name: Publishing on NPM
179
run: |
180
if [ "$(npm show . version)" = "$VERSION" ]; then
0 commit comments