File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 "private" : true ,
66 "scripts" : {
77 "build" : " wireit" ,
8+ "build-locales" : " node scripts/build-locales.mjs" ,
89 "build-proxy" : " wireit" ,
9- "build:locales" : " node scripts/build-locales.mjs" ,
1010 "build:sfe" : " npm run build -w @goauthentik/web-sfe" ,
1111 "bundler:watch" : " node scripts/build-web.mjs --watch" ,
1212 "extract-locales" : " lit-localize extract" ,
2626 "test" : " vitest" ,
2727 "test:e2e" : " playwright test" ,
2828 "tsc" : " wireit" ,
29- "watch" : " run-s build: locales bundler:watch"
29+ "watch" : " run-s build- locales bundler:watch"
3030 },
3131 "type" : " module" ,
3232 "exports" : {
227227 " ./dist/styles/**"
228228 ],
229229 "dependencies" : [
230- " build: locales" ,
230+ " build- locales" ,
231231 " build:sfe"
232232 ],
233233 "env" : {
240240 "build-proxy" : {
241241 "command" : " node scripts/build-web.mjs --proxy" ,
242242 "dependencies" : [
243- " build: locales"
243+ " build- locales"
244244 ]
245245 },
246246 "locales:repair" : {
255255 "NODE_OPTIONS" : " --max_old_space_size=8192"
256256 },
257257 "dependencies" : [
258- " build: locales"
258+ " build- locales"
259259 ]
260260 },
261261 "lint:lockfile" : {
287287 "NODE_OPTIONS" : " --max_old_space_size=8192"
288288 },
289289 "dependencies" : [
290- " build: locales"
290+ " build- locales"
291291 ]
292292 }
293293 },
You can’t perform that action at this time.
0 commit comments