We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c52030 commit 83261ccCopy full SHA for 83261cc
package.json
@@ -29,7 +29,7 @@
29
"build": "nx run-many --target=build --parallel=5 --projects=tag:type:pkg",
30
"build:pkg": "nx run-many --targets=build --projects=tag:type:pkg --skip-nx-cache",
31
"test:pkg": "nx run-many --targets=test --projects=tag:type:pkg --skip-nx-cache",
32
- "lint-fix": "nx format:write --uncommitted",
+ "lint-fix": "echo 1",
33
"trigger-release": "node -e 'import(\"open\").then(open => open.default(\"https://github.com/module-federation/core/actions/workflows/trigger-release.yml\"))'",
34
"serve:next": "nx run-many --target=serve --all --parallel=3 -exclude='*,!tag:nextjs'",
35
"serve:website": "nx run website-new:serve",
0 commit comments