File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
"url" : " https://github.com/cardstack/boxel"
6
6
},
7
7
"scripts" : {
8
- "build:boxel-host" : " cd packages/boxel-motion /addon && pnpm build && cd ../../host && NODE_OPTIONS='--max_old_space_size=8192' pnpm build:production" ,
8
+ "build:boxel-host" : " cd packages/boxel-ui /addon && pnpm build && cd ../../host && NODE_OPTIONS='--max_old_space_size=8192' pnpm build:production" ,
9
9
"clear-caches" : " find . -name 'node_modules' -type d -prune -exec rm -rf {} \\ ; && rm -rf $TMPDIR/embroider" ,
10
10
"deploy:boxel-host" : " cd packages/boxel-ui/addon && pnpm build && cd ../../host && BASE_REALM_HOSTING_DISABLED=true NODE_OPTIONS='--max_old_space_size=8192' pnpm exec ember deploy" ,
11
11
"deploy:boxel-host:preview-staging" : " cd packages/boxel-ui/addon && pnpm build && cd ../../host && BASE_REALM_HOSTING_DISABLED=true NODE_OPTIONS='--max_old_space_size=8192' pnpm exec ember deploy s3-preview-staging --verbose" ,
You can’t perform that action at this time.
0 commit comments