-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
97 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,10 +28,6 @@ jobs: | |
cache: 'pnpm' | ||
- name: Install Dependencies | ||
run: pnpm install --frozen-lockfile | ||
|
||
- run: pnpm build | ||
- run: pnpm i -f # re-sync injected deps | ||
|
||
- uses: kategengler/[email protected] | ||
with: | ||
branch: dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
"build:docs": "pnpm run --filter docs build", | ||
"lint": "pnpm run --filter '*' lint", | ||
"lint:fix": "pnpm run --filter '*' lint:fix", | ||
"prepare": "pnpm run build", | ||
"start": "concurrently 'pnpm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow", | ||
"start:addon": "pnpm run --filter ember-power-calendar start --no-watch.clearScreen", | ||
"start:docs": "pnpm run --filter docs start --preserveWatchOutput", | ||
|
@@ -54,6 +55,5 @@ | |
"tokenRef": "GITHUB_AUTH" | ||
}, | ||
"npm": false | ||
}, | ||
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.