WIP: working on workflow
parent
75fc844b8a
commit
6fd8c14446
|
|
@ -21,12 +21,14 @@ steps:
|
|||
depends_on: ["prepare:version"]
|
||||
commands:
|
||||
- pnpm install
|
||||
- ls -ltr ./node_modules
|
||||
directory: frontend
|
||||
|
||||
"lint:style":
|
||||
image: *frontend_image
|
||||
depends_on: ["prepare:frontend"]
|
||||
commands:
|
||||
- ls -ltr ./node_modules
|
||||
- pnpm run prettier
|
||||
directory: frontend
|
||||
|
||||
|
|
|
|||
|
|
@ -13,10 +13,10 @@
|
|||
"forceConsistentCasingInFileNames": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["./app/*"]
|
||||
"~/*": ["./app/*"],
|
||||
},
|
||||
|
||||
// Remix takes care of building everything in `remix build`.
|
||||
"noEmit": true
|
||||
}
|
||||
"noEmit": true,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue