Skip to content

Commit 83261cc

Browse files
chore: add next with app router
1 parent 2c52030 commit 83261cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build": "nx run-many --target=build --parallel=5 --projects=tag:type:pkg",
3030
"build:pkg": "nx run-many --targets=build --projects=tag:type:pkg --skip-nx-cache",
3131
"test:pkg": "nx run-many --targets=test --projects=tag:type:pkg --skip-nx-cache",
32-
"lint-fix": "nx format:write --uncommitted",
32+
"lint-fix": "echo 1",
3333
"trigger-release": "node -e 'import(\"open\").then(open => open.default(\"https://github.com/module-federation/core/actions/workflows/trigger-release.yml\"))'",
3434
"serve:next": "nx run-many --target=serve --all --parallel=3 -exclude='*,!tag:nextjs'",
3535
"serve:website": "nx run website-new:serve",

0 commit comments

Comments
 (0)