We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a2957 commit d139d8dCopy full SHA for d139d8d
MyApp/package.json
@@ -6,6 +6,7 @@
6
"ui:dev": "tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
7
"ui:build": "tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
8
"build": "npm run ui:build",
9
+ "secret:prod": "gh secret set APPSETTINGS_JSON < appsettings.Production.json",
10
"migrate": "dotnet run --AppTasks=migrate",
11
"revert:last": "dotnet run --AppTasks=migrate.revert:last",
12
"revert:all": "dotnet run --AppTasks=migrate.revert:all",
0 commit comments