File tree 3 files changed +392
-12
lines changed
3 files changed +392
-12
lines changed Original file line number Diff line number Diff line change 1
1
[build ]
2
- command = " remix build"
2
+ command = " yarn run build:css && remix build"
3
3
functions = " netlify/functions"
4
4
publish = " public"
5
5
Original file line number Diff line number Diff line change 5
5
"license" : " " ,
6
6
"scripts" : {
7
7
"postinstall" : " remix setup node" ,
8
- "build" : " npm run build:css && remix build" ,
8
+ "build" : " yarn run build:css && remix build" ,
9
9
"build:css" : " tailwindcss -o ./app/tailwind.css" ,
10
- "dev" : " concurrently \" pnpm run dev:css\" \" NODE_ENV=development netlify dev\" " ,
10
+ "dev" : " concurrently \" yarn run dev:css\" \" NODE_ENV=development netlify dev\" " ,
11
11
"dev:css" : " tailwindcss -o ./app/tailwind.css --watch"
12
12
},
13
13
"dependencies" : {
17
17
"react" : " ^17.0.2" ,
18
18
"react-dom" : " ^17.0.2" ,
19
19
"remix" : " ^1.1.1" ,
20
- "rough-charts" : " ^0.5.0"
20
+ "rough-charts" : " ^0.5.0" ,
21
+ "webpack" : " ^5.65.0"
21
22
},
22
23
"devDependencies" : {
23
24
"@remix-run/dev" : " ^1.1.1" ,
You can’t perform that action at this time.
0 commit comments