Skip to content

Commit

Permalink
revert change to package.json (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJuanAndOnly99 authored Dec 20, 2024
1 parent 629ed54 commit 1e7cc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint ./src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"lint-fix": "npm run lint -- --fix",
"get-mock-events": "node ./scripts/setMock.js",
"setup-environment": "gpg --quiet --batch --yes --decrypt --passphrase=$PASSPHRASE --output calendar-service-account.json calendar-service-account.json.gpg",
"setup-environment": "gpg --quiet --batch --yes --decrypt --passphrase=${GOOGLE_SERVICE_ACCOUNT_PASSPHRASE} --output calendar-service-account.json calendar-service-account.json.gpg",
"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",
"get-events": "node ./scripts/googleapi2events.mjs",
"getEvents": "npm run get-events",
Expand Down

0 comments on commit 1e7cc24

Please sign in to comment.