Skip to content

Commit b38b4e0

Browse files
authored
Merge pull request #528 from ShaggyTech/next
chore(ci): modify ci:version script, pnpm install and build after versioning
2 parents aec6b4b + 62e9b54 commit b38b4e0

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)