Skip to content

Commit

Permalink
chore(build-main): add script to sync dependencies without commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenkens committed May 8, 2024
1 parent 40c1565 commit c35d150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
"release": "release-it",
"release:publish": "bash ./release-publish.sh --trace",
"sync:packages-dependencies": "node ./scripts/sync-packages-deps.js",
"sync:packages-dependencies:no-commit": "node ./scripts/sync-packages-deps.js --no-commit",
"sync:stark-build:showcase": "npm run build:stark-build && cp -Rf ./dist/packages/stark-build ./showcase/node_modules/@nationalbankbelgium/",
"sync:stark-build:starter": "npm run build:stark-build && cp -Rf ./dist/packages/stark-build ./starter/node_modules/@nationalbankbelgium/",
"sync:stark-core:showcase": "npm run build:stark-core && cp -Rf ./dist/packages/stark-core ./showcase/node_modules/@nationalbankbelgium/",
Expand Down

0 comments on commit c35d150

Please sign in to comment.