Skip to content

Commit

Permalink
Merge branch 'node-upgrade' into update-to-newer-node
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy authored Oct 17, 2023
2 parents 55d9265 + d57ed4a commit bb9558e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 107 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "On-Boarding Cli",
"main": "index.js",
"scripts": {
"build:post": "cross-env mkdir dist/constants/dashboard && cp-cli src/constants/dashboard/index.html dist/constants/dashboard/index.html",
"build:post": "cross-env mkdir dist/constants/dashboard && ncp src/constants/dashboard/index.html dist/constants/dashboard/index.html",
"prebuild": "rimraf dist",
"build": "pnpm prebuild && tsc -p tsconfig.build.json && pnpm build:post",
"build:prod": "pnpm prebuild && pnpm build && pnpm build:post",
Expand All @@ -28,7 +28,7 @@
"@types/mocha": "9.1.1",
"nodemon": "^2.0.15",
"typescript": "4.9.5",
"cp-cli": "^2.0.0"
"ncp": "^2.0.0"
},
"dependencies": {
"@novu/shared": "^0.19.0",
Expand Down
115 changes: 10 additions & 105 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb9558e

Please sign in to comment.