Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Jan 3, 2024
1 parent fba0f11 commit 7957d68
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/consistency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.x

- run: npx -p @changesets/cli changeset status --since=main
name: Check changelog
if: ${{ !startsWith(github.head_ref, 'publish/') && !startsWith(github.head_ref, 'dependabot/') && !startsWith(github.head_ref, 'backmerge/') }}
Expand Down
2 changes: 1 addition & 1 deletion core
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"preinstall": "npx only-allow pnpm",
"prepare-publish": "pnpm changeset version",
"prettier": "prettier .",
"purge": "rimraf node_modules/ --glob packages/*/node_modules/",
"purge": "rimraf node_modules/ --glob packages/*/node_modules/ --glob core/packages/*/node_modules/",
"regen-docs": "pnpm -r --parallel --aggregate-output run regen-docs",
"regen-samples": "pnpm -r run regen-samples",
"test-official": "pnpm -r --parallel --aggregate-output test-official",
Expand Down
2 changes: 0 additions & 2 deletions packages/typespec-azure-playground-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
"watch": "vite --port 5174",
"e2e": "cross-env PW_EXPERIMENTAL_TS_ESM=1 playwright test -c e2e",
"e2e:headed": "cross-env PW_EXPERIMENTAL_TS_ESM=1 playwright test -c e2e --headed",
"test": "npm run e2e 2>&1",
"test-official": "npm run e2e 2>&1",
"lint": "eslint . --ext .ts --max-warnings=0",
"lint:fix": "eslint . --fix --ext .ts"
},
Expand Down

0 comments on commit 7957d68

Please sign in to comment.