Skip to content

Commit

Permalink
Merge 7b9096a into e322213
Browse files Browse the repository at this point in the history
  • Loading branch information
frzyc committed Mar 8, 2024
2 parents e322213 + 7b9096a commit 139e9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"frontend": "nx serve frontend",
"build-all": "nx run-many -t build",
"mini-ci": "nx format:write && nx affected -t test,lint,typecheck --max-warnings=0",
"mini-ci": "nx format:write && nx affected -t typecheck && nx affected -t test,lint --max-warnings=0",
"reload-dm": "git submodule update --init",
"update-dm": "git submodule update --remote"
},
Expand Down

0 comments on commit 139e9f9

Please sign in to comment.