Skip to content

Commit

Permalink
ci(release): ensure to update package lock after changeset version (#877
Browse files Browse the repository at this point in the history
)
  • Loading branch information
douglasduteil authored Dec 5, 2024
1 parent c61085c commit e8323be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
commit: "🔖 Version Packages"
publish: npx changeset publish
title: "🔖 Version Packages"
version: npm run version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"test:unit:watch": "npm run test:unit -- --watch --watch-files src/**/*.ts,test/**/*.ts",
"test:workspaces": "npm run test --if-present --workspaces",
"update-organization-info": "tsx scripts/update-organizations-info.ts",
"version": "changeset version && npm install --package-lock-only",
"watch:assets": "NODE_ENV=development vite build --clearScreen false --watch",
"watch:ejs": "CHOKIDAR_USEPOLLING=true copy-and-watch --clean --watch \"src/views/**/*.ejs\" src/views/*.ejs build/views/",
"watch:js": "tsc --watch --preserveWatchOutput",
Expand Down

0 comments on commit e8323be

Please sign in to comment.