File tree Expand file tree Collapse file tree 4 files changed +1
-10
lines changed
Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 2626 - name : Lint
2727 working-directory : ./packages/compiler
2828 run : npm run lint
29- - name : Type check
30- working-directory : ./packages/compiler
31- run : npm run type-check
3229 - name : Build
3330 working-directory : ./packages/compiler
3431 run : npm run build
Original file line number Diff line number Diff line change 2626 - name : Lint
2727 working-directory : ./packages/react
2828 run : npm run lint
29- - name : Type check
30- working-directory : ./packages/react
31- run : npm run type-check
3229 - name : Build
3330 working-directory : ./packages/react
3431 run : npm run build
Original file line number Diff line number Diff line change 2929 - name : Type check
3030 working-directory : ./packages/shared
3131 run : npm run type-check
32- - name : Build
33- working-directory : ./packages/shared
34- run : npm run build
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default [
2222 moduleSpecifier : "node:fs" ,
2323 allowed : [ / s r c \/ c o m p i l e r \/ c l i \/ / ] ,
2424 message :
25- "File system access is only allowed in the CLI wrapper because other code needs to be isomorphic" ,
25+ "File system access is only allowed in the CLI wrapper because other code should be kept isomorphic" ,
2626 } ,
2727 ] ,
2828 } ) ,
You can’t perform that action at this time.
0 commit comments