We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ab29c + 7272f11 commit 704af2dCopy full SHA for 704af2d
.github/workflows/ci.yml
@@ -79,5 +79,7 @@ jobs:
79
- uses: actions/checkout@v4
80
- uses: wyvox/action-setup-pnpm@v3
81
- name: Run Tests
82
- run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup
+ run: |
83
+ pnpm _syncPnpm
84
+ ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }} --skip-cleanup
85
working-directory: test-app
addon/package.json
@@ -27,7 +27,7 @@
27
],
28
"scripts": {
29
"build": "rollup --config",
30
- "prepublishOnly": "rollup --config",
+ "prepack": "rollup --config",
31
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
32
"lint:js": "eslint . --cache",
33
"lint:js:fix": "eslint . --fix",
0 commit comments