Skip to content

Commit 7d2078a

Browse files
committed
Migrate changeset
1 parent 0a7ad0c commit 7d2078a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
node-version-file: '.nvmrc'
1919
cache: 'pnpm'
2020
- run: pnpm install --frozen-lockfile
21-
- run: pnpm lint:changes
21+
- run: pnpm pnpm changeset status

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"lint": "nx run-many --target=lint --all",
99
"format:check": "pnpm prettier {packages,apps}/**/*.{ts,tsx,md,vue} --check --no-error-on-unmatched-pattern",
1010
"format:apply": "pnpm prettier {packages,apps}/**/*.{ts,tsx,md,vue} --write --no-error-on-unmatched-pattern",
11-
"lint:changes": "changeset status",
1211
"build": "nx run-many --target=build --all",
1312
"format": "nx format:write",
1413
"size": "nx run-many --target=size --all",

0 commit comments

Comments
 (0)