Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Ciber94 committed Oct 16, 2023
1 parent b8e09aa commit de2287c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"scripts": {
"format": "prettier \"**/*\" --ignore-unknown --write",
"lint": "eslint ./package/src",
"typecheck": "cd package && pnpm typecheck"
"typecheck": "cd package && pnpm typecheck",
"publish:npm": "npx lerna publish --no-private"
}
}

0 comments on commit de2287c

Please sign in to comment.