Skip to content

Commit

Permalink
release script
Browse files Browse the repository at this point in the history
  • Loading branch information
pothos-dev committed Mar 31, 2020
1 parent d5f6f2f commit ec3bc3e
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 @@ -32,6 +32,7 @@
},
"scripts": {
"prepare": "rm -rf dist && tsc",
"test": "jest"
"test": "jest",
"release": "np --no-yarn"
}
}

0 comments on commit ec3bc3e

Please sign in to comment.