Skip to content

Commit 1e7cc24

Browse files
revert change to package.json (#233)
1 parent 629ed54 commit 1e7cc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint": "eslint ./src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
1818
"lint-fix": "npm run lint -- --fix",
1919
"get-mock-events": "node ./scripts/setMock.js",
20-
"setup-environment": "gpg --quiet --batch --yes --decrypt --passphrase=$PASSPHRASE --output calendar-service-account.json calendar-service-account.json.gpg",
20+
"setup-environment": "gpg --quiet --batch --yes --decrypt --passphrase=${GOOGLE_SERVICE_ACCOUNT_PASSPHRASE} --output calendar-service-account.json calendar-service-account.json.gpg",
2121
"download-ics": "npx mkdirp dist && curl -o dist/basic.ics https://calendar.google.com/calendar/ical/finos.org_fac8mo1rfc6ehscg0d80fi8jig%40group.calendar.google.com/public/basic.ics",
2222
"get-events": "node ./scripts/googleapi2events.mjs",
2323
"getEvents": "npm run get-events",

0 commit comments

Comments
 (0)