File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 55 "scripts" : {
66 "reset" : " bun unlink-all && rimraf dist node_modules doc tmp yarn-error.log yarn.lock package-lock.json bun.lockb learn-debug.log tmp .nx lit-auth-storage pkp-tokens lit-auth-local ./e2e/dist ./e2e/node_modules" ,
77 "go" : " bun run build && bun link-all" ,
8- "build" : " bun unlink-all && bun scripts/auto-fix-deps.mjs && nx run-many --parallel=false --target=build --all --exclude=wrapped-keys,wrapped-keys-lit-actions" ,
8+ "build" : " bun unlink-all && bun scripts/auto-fix-deps.mjs && nx run-many --parallel=false --target=build --all --exclude=wrapped-keys,wrapped-keys-lit-actions && bun run prettier " ,
99 "build:affected" : " bun scripts/auto-fix-deps.mjs && nx affected --target=build --exclude=wrapped-keys,wrapped-keys-lit-actions" ,
1010 "auto-fix-deps" : " bun scripts/auto-fix-deps.mjs" ,
1111 "check-deps" : " npx nx run-many --target=check-deps --exclude=wrapped-keys,wrapped-keys-lit-actions" ,
You can’t perform that action at this time.
0 commit comments