Skip to content

Commit

Permalink
refactor(service-navigation/toolchain): rename dist into build
Browse files Browse the repository at this point in the history
OUI-3226
  • Loading branch information
gillerr authored and nina-egger committed Oct 1, 2024
1 parent 1b5cddd commit 5493a0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/service-navigation-web-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"format": "ts-node scripts/lint.ts --fix",
"test": "cd ../.. && ng test service-navigation-web-component",
"test-ci": "cd ../.. && ng run service-navigation-web-component:test:ci",
"build": "ng build && ts-node scripts/post-dist",
"build": "ng build && ts-node scripts/post-build",
"release": "ts-node scripts/release.ts"
},
"keywords": [
Expand Down

0 comments on commit 5493a0e

Please sign in to comment.