Skip to content

Commit

Permalink
chore: revert --no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
developernm committed Nov 14, 2024
1 parent a00ddaa commit e196971
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"scripts": {
"build:all": "yarn exec nx run-many --target=build",
"build:core": "yarn exec nx build --no-cache @ukho/admiralty-core",
"build:angular": "yarn exec nx build --no-cache @ukho/admiralty-angular",
"build:react": "yarn exec nx build --no-cache @ukho/admiralty-react",
"build:core": "yarn exec nx build @ukho/admiralty-core",
"build:angular": "yarn exec nx build @ukho/admiralty-angular",
"build:react": "yarn exec nx build @ukho/admiralty-react",
"build:test-app": "yarn exec nx build test-app",
"build:website": "yarn exec nx build website",
"build:docs": "yarn exec nx build @ukho-internal/admiralty-docs"
Expand Down

0 comments on commit e196971

Please sign in to comment.