mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-27 06:53:55 +10:00
experiments with docker packaging, figuring out deploy plan
This commit is contained in:
@@ -7,10 +7,11 @@
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "nx run-many --target=serve --all",
|
||||
"build": "nx run-many --target=build --all",
|
||||
"serve": "nx run-many --target=serve --all",
|
||||
"test": "nx run-many --target=test --all",
|
||||
"lint": "nx run-many --target=lint --all --fix",
|
||||
"start": "nx run-many --target=serve --all --prod",
|
||||
"build": "nx run-many --target=build --all --prod",
|
||||
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\"",
|
||||
"prepare": "husky install",
|
||||
"commit": "changeset"
|
||||
@@ -38,7 +39,6 @@
|
||||
"@nestjs/schedule": "^1.0.2",
|
||||
"@nestjs/serve-static": "^2.2.2",
|
||||
"@nestjs/typeorm": "^8.0.3",
|
||||
"@next/bundle-analyzer": "^12.1.0",
|
||||
"@nrwl/next": "13.8.3",
|
||||
"@reduxjs/toolkit": "^1.8.0",
|
||||
"autoprefixer": "^10.4.2",
|
||||
@@ -62,7 +62,6 @@
|
||||
"multer": "^1.4.4",
|
||||
"nanoid": "^3.3.1",
|
||||
"next": "^12.1.0",
|
||||
"next-compose-plugins": "^2.2.1",
|
||||
"next-i18next": "^10.5.0",
|
||||
"node-stream-zip": "^1.15.0",
|
||||
"nodemailer": "^6.7.2",
|
||||
|
||||
Reference in New Issue
Block a user