File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 "postinstall" : " node postinstall.js && npm run migrate" ,
44 "dtos" : " x mjs" ,
55 "dev" : " dotnet watch" ,
6- "ui:dev" : " npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch" ,
7- "ui:build" : " npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify" ,
6+ "ui:dev" : " npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch" ,
7+ "ui:build" : " npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify" ,
88 "build" : " npm run ui:build" ,
99 "init-ef" : " node -e 'fs.readdirSync(`Migrations`).filter(x => !x.startsWith(`Migration`)).forEach(x => fs.rmSync(`Migrations/${x}`))' && dotnet ef migrations add CreateIdentitySchema" ,
1010 "migrate" : " dotnet run --AppTasks=migrate" ,
You can’t perform that action at this time.
0 commit comments