Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #35 from cisagov/bugfix/pkg-no-such-file-or-directory
Browse files Browse the repository at this point in the history
PKG No such file or directory error
  • Loading branch information
GoldingAustin authored Nov 5, 2022
2 parents a8fb990 + 5b12841 commit 6ef20f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions applications/server/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"outputs": ["{options.outputPath}"],
"options": {
"commands": [
"pkg-fetch --platform {args.platform} --node-range node16",
"pkg dist/applications/server/package.json -t node16-{args.platform} -o release/{args.platform}/RedEye"
],
"parallel": false
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
"nodemon": "^2.0.4",
"nx": "^14.6.3",
"pkg": "^5.8.0",
"pkg-fetch": "^3.4.2",
"playwright-webkit": "^1.25.2",
"prettier": "^2.2.1",
"rollup-plugin-auto-external": "^2.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/cs-parser/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"outputs": ["{options.outputPath}"],
"options": {
"commands": [
"pkg-fetch --platform {args.platform} --node-range node16",
"pkg dist/packages/cs-parser/package.json -t node16-{args.platform} -o release/{args.platform}/parsers/cs-parser"
],
"parallel": false
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15677,7 +15677,7 @@ __metadata:
languageName: node
linkType: hard

"pkg-fetch@npm:3.4.2":
"pkg-fetch@npm:3.4.2, pkg-fetch@npm:^3.4.2":
version: 3.4.2
resolution: "pkg-fetch@npm:3.4.2"
dependencies:
Expand Down Expand Up @@ -17109,6 +17109,7 @@ __metadata:
open: ^8.4.0
path-to-regexp: ^6.2.0
pkg: ^5.8.0
pkg-fetch: ^3.4.2
playwright-webkit: ^1.25.2
prettier: ^2.2.1
react: ^18.2.0
Expand Down

0 comments on commit 6ef20f0

Please sign in to comment.