Skip to content

Commit

Permalink
Minor adjustments to scripts and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleiss committed Apr 15, 2022
1 parent 0aedbdb commit 716d248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# google-calendar-sync
[![npm version](https://badge.fury.io/js/@cirqusde%2Fgoogle-calendar-sync.svg)](https://www.npmjs.com/package/@cirqusde/google-calendar-sync)

Sync your private google calendar with your work google calendar.
Details of the event will be left out - it will only be visible as 'Private event' in your work calendar.
Expand Down Expand Up @@ -26,9 +27,9 @@ Details of the event will be left out - it will only be visible as 'Private even
}
]
```
- Run it with `npx -y @cirqusde/google-calendar-sync`
- Run it with `npx -y @cirqusde/google-calendar-sync` (or even better: Add a cronjob to run it repeatedly)

## Publish to npm
- Bump version in `package.json`
- Run `npm install`
- Run `npm publish`
- Run `npm publish --access public`
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"scripts": {
"build": "tsc",
"start": "node --require ts-node/register index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prepack": "tsc && chmod +x dist/index.js"
},
"keywords": [
Expand Down

0 comments on commit 716d248

Please sign in to comment.