Skip to content

Commit

Permalink
add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
foxt committed Mar 14, 2024
1 parent a6792d5 commit 883cfb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "icloudjs",
"version": "1.5.1",
"version": "1.5.1-patch1",
"description": "Library for accessing iCloud in Node.js",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"lint": "eslint src",
"docs": "typedoc src/index.ts src/services/* --customCss docs.css --darkHighlightTheme one-dark-pro --lightHighlightTheme one-dark-pro"

"docs": "typedoc src/index.ts src/services/* --customCss docs.css --darkHighlightTheme one-dark-pro --lightHighlightTheme one-dark-pro",
"prepare": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 883cfb9

Please sign in to comment.