Skip to content

Commit 62e9b54

Browse files
committed
chore(ci): modify ci:version script, pnpm install and build before creating commit
1 parent aec6b4b commit 62e9b54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"test": "turbo run test",
3838
"coverage": "pnpm --filter @shaggytools/nhtsa-api-wrapper run coverage",
3939
"clean": "turbo run clean",
40-
"ci:version": "changeset version",
41-
"ci:publish": "pnpm run build:lib && pnpm publish -r"
40+
"ci:version": "changeset version && pnpm i --lockfile-only && pnpm run build",
41+
"ci:publish": "pnpm run build && pnpm publish -r"
4242
},
4343
"devDependencies": {
4444
"@changesets/cli": "2.26.1",

0 commit comments

Comments
 (0)