File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ VERSION := $(shell git describe --tags --abbrev=0)
77
88format_package_jsons :
99 pnpm syncpack format
10+ manual_postinstall :
11+ cd ${FLUSTER_NATIVE_ROOT} /apps/fluster; pnpm manual_postinstall
1012format_everything : format_package_jsons
1113syncpack_fix_mismatches :
1214 npx syncpack fix-mismatches
Original file line number Diff line number Diff line change 2222 "dev" : " vite" ,
2323 "lint" : " npx eslint" ,
2424 "lint:watch" : " nodemon --exec 'npx eslint'" ,
25- "postinstall " : " wireit" ,
25+ "manual_postinstall " : " wireit" ,
2626 "preview" : " vite preview" ,
2727 "tauri" : " tauri" ,
2828 "typecheck" : " tsc --noEmit -p ./tsconfig.json"
3434 "copy:pdf" : {
3535 "command" : " cp ../../node_modules/pdfjs-dist/build/pdf.worker.mjs ./public/pdf.worker.mjs"
3636 },
37- "postinstall " : {
37+ "manual_postinstall " : {
3838 "dependencies" : [
3939 " copy:mathjax" ,
4040 " copy:pdf"
You can’t perform that action at this time.
0 commit comments