File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "scripts" : {
77 "dev" : " objectstack dev" ,
88 "build" : " objectstack compile objectstack.config.ts dist/crm.json" ,
9+ "typecheck" : " tsc --noEmit" ,
910 "test" : " echo \" Error: no test specified\" && exit 1"
1011 },
1112 "dependencies" : {
Original file line number Diff line number Diff line change 55 "scripts" : {
66 "dev" : " tsx src/index.ts" ,
77 "build" : " tsc --noEmit" ,
8+ "typecheck" : " tsc --noEmit" ,
9+ "test" : " echo \" Error: no test specified\" && exit 1" ,
810 "clean" : " rm -rf dist node_modules"
911 },
1012 "dependencies" : {
Original file line number Diff line number Diff line change 88 "msw:init" : " msw init -y public" ,
99 "dev" : " pnpm msw:init && vite" ,
1010 "build" : " pnpm msw:init && tsc && vite build" ,
11+ "typecheck" : " tsc --noEmit" ,
12+ "test" : " echo \" Error: no test specified\" && exit 1" ,
1113 "preview" : " vite preview"
1214 },
1315 "dependencies" : {
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "scripts" : {
77 "dev" : " objectstack dev" ,
8- "build" : " objectstack compile objectstack.config.ts dist/objectstack.json"
8+ "build" : " objectstack compile objectstack.config.ts dist/objectstack.json" ,
9+ "typecheck" : " tsc --noEmit" ,
10+ "test" : " echo \" Error: no test specified\" && exit 1"
911 },
1012 "dependencies" : {
1113 "@objectstack/spec" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments