Skip to content

Commit e975992

Browse files
committed
fix: pnpm exec gh-pages
1 parent 24d9591 commit e975992

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.15.0
1+
22.21.0

.yarnrc.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "ng build --project ng-qrcode --configuration production",
2424
"build-for-publish": "ng build --project ng-qrcode --configuration production && cp ./README.md ./CHANGES.md ./LICENSE ./dist/ng-qrcode/",
2525
"build-demo-app": "ng build --project=ng-qrcode-demo --configuration production --base-href '/ng-qrcode/'",
26-
"publish:gh-pages": "pnpm run build-demo-app && pnpm run gh-pages -d ./dist/ng-qrcode-demo/browser -b gh-pages --nojekyll",
26+
"publish:gh-pages": "pnpm run build-demo-app && pnpm exec gh-pages -d ./dist/ng-qrcode-demo/browser -b gh-pages --nojekyll",
2727
"test": "ng test",
2828
"lint": "ng lint",
2929
"ci-pipeline": "pnpm run clean && pnpm run ci-build && pnpm run ci-test && pnpm run ci-lint",

0 commit comments

Comments
 (0)