File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.1.3" ,
44 "private" : true ,
55 "scripts" : {
6- "dev" : " graphql-codegen --config ./config/codegen.ts && next dev" ,
7- "build" : " next build" ,
6+ "dev" : " next dev" ,
7+ "dev:fresh" : " graphql-codegen --config ./config/codegen.ts && next dev" ,
8+ "dev:turbo" : " next dev --turbo" ,
9+ "build" : " graphql-codegen --config ./config/codegen.ts && next build" ,
810 "start" : " next start" ,
911 "lint" : " next lint" ,
1012 "generate" : " graphql-codegen --config ./config/codegen.ts" ,
1113 "generate:ci" : " graphql-codegen --config ./config/codegen.ts --silent || echo 'Codegen failed, continuing with existing files'" ,
12- "clean" : " rm -rf node_modules package-lock.json" ,
14+ "generate:watch" : " graphql-codegen --config ./config/codegen.ts --watch" ,
15+ "clean" : " rm -rf node_modules package-lock.json .next" ,
1316 "release" : " release-it" ,
1417 "style" : " opub-tokens; echo \"\\ 033[33mRunning Prettier\" ; prettier --write **/tailwind/*.js **/_variables.css"
1518 },
You can’t perform that action at this time.
0 commit comments