Skip to content

Commit

Permalink
Merge 80b5760 into 134c179
Browse files Browse the repository at this point in the history
  • Loading branch information
frzyc committed Mar 8, 2024
2 parents 134c179 + 80b5760 commit fe5f911
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 test,lint --max-warnings=0 && nx affected -t typecheck",
"reload-dm": "git submodule update --init",
"update-dm": "git submodule update --remote"
},
Expand Down

0 comments on commit fe5f911

Please sign in to comment.