generated from nhcarrigan/template
feat: multiple improvements to library functionality #50
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nx run-many --target=build --all && NODE_ENV=production op run --env-file=dev.env -- node dist/api/main.js",
|
"dev": "nx run-many --target=build --all && NODE_ENV=production op run --env-file=dev.env -- node dist/api/main.js",
|
||||||
"lint": "nx run-many --target=lint --all",
|
"lint": "nx run-many --target=lint --all",
|
||||||
"build": "nx run-many --target=build --all",
|
"build": "pnpm db:gen && nx run-many --target=build --all",
|
||||||
"test": "nx run-many --target=test --all --passWithNoTests",
|
"test": "nx run-many --target=test --all --passWithNoTests",
|
||||||
"build:frontend": "nx build frontend --configuration=production",
|
"build:frontend": "nx build frontend --configuration=production",
|
||||||
"build:api": "nx build api",
|
"build:api": "nx build api",
|
||||||
|
|||||||
Reference in New Issue
Block a user