Skip to content

Commit

Permalink
Fix package publishing (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas authored Jul 8, 2022
1 parent 64fc762 commit 851d019
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 @@ -47,6 +47,7 @@
"scripts": {
"build": "tsc --project tsconfig.build.json",
"test:it": "jest --testPathPattern tests/it",
"test:lint": "eslint ."
"test:lint": "eslint .",
"publish": "yarn build && yarn npm publish"
}
}

0 comments on commit 851d019

Please sign in to comment.