Skip to content

Commit

Permalink
Merge branch 'master' into use-pinojs-as-logger
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh authored Oct 14, 2023
2 parents 9402a47 + 9798f65 commit 7b8eea8
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 @@ -37,7 +37,7 @@
"clean": "npx rimraf lib",
"doc": "typedoc --out docs src/index.ts && touch docs/.nojekyll",
"format": "npx prettier --write src",
"prepublishOnly": "npm run clean && npm run build",
"prepare": "npm run clean && npm run build",
"test": "jest --coverage",
"lint": "npx eslint './src/**/*'"
},
Expand Down

0 comments on commit 7b8eea8

Please sign in to comment.