Skip to content

Commit

Permalink
Revert "Use corepack"
Browse files Browse the repository at this point in the history
This reverts commit 3cd3972.
  • Loading branch information
farski committed Feb 7, 2024
1 parent 3cd3972 commit a3db292
Show file tree
Hide file tree
Showing 5 changed files with 3,642 additions and 5,451 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pickle-email-*.html
## Environment normalisation:
/.bundle
/vendor/bundle
/.yarn

# these should all be checked in to normalise the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset
Expand Down
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN apk add zip

RUN mkdir --parents /.prxci

RUN corepack enable
ADD ./package.json .
RUN yarn install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "This service is built on Amazon's API Gateway and AWS Lambda. When deploying the Lambda function code, the secret key ID must be inserted for the service to work correctly. That key is kept in LastPass.",
"main": "index.js",
"type": "module",
"packageManager": "[email protected]",
"engines": {
"node": ">= 20.0.0"
},
Expand All @@ -18,6 +17,7 @@
"keywords": [],
"author": "",
"license": "AGPL-3.0",
"private": "true",
"bugs": {
"url": "https://github.com/PRX/upload.prx.org/issues"
},
Expand Down
Loading

0 comments on commit a3db292

Please sign in to comment.