Skip to content

Commit

Permalink
[TEMP] keep the old dist build around for comparison
Browse files Browse the repository at this point in the history
Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed Feb 1, 2025
1 parent f120afa commit a699344
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 0 deletions.
171 changes: 171 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"prepare": "husky install",
"postinstall": "npm run build -w common",
"dist": "rimraf ./dist && copy-files-from-to --config copy-dist.json",
"dist2": "rimraf ./dist2 && copyfiles -e 'node_modules/**' entrypoint.sh '**/package.json' '*/dist/**/*' ./dist2",
"build": "npm run build -ws --if-present",
"start:dev:common": "npm run start:dev -w common",
"start:dev:server": "npm run start:dev -w server",
Expand Down Expand Up @@ -52,6 +53,7 @@
"@typescript-eslint/parser": "^6.4.0",
"concurrently": "^8.2.0",
"copy-files-from-to": "^3.11.0",
"copyfiles": "^2.4.1",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
Expand Down

0 comments on commit a699344

Please sign in to comment.