Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
Add release script for no mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
azlekov committed Jul 5, 2021
1 parent 1b14aca commit efe867c
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 @@ -11,7 +11,8 @@
"module": "lib/module/index.js",
"scripts": {
"lint": "yarn eslint . --ext .ts",
"build": "tsc -p tsconfig.json && tsc -p tsconfig.module.json"
"build": "tsc -p tsconfig.json && tsc -p tsconfig.module.json",
"release": "npm run build && np"
},
"homepage": "https://github.com/L3K0V/parse-cloud-image",
"bugs": "https://github.com/L3K0V/parse-cloud-image/issues",
Expand Down

0 comments on commit efe867c

Please sign in to comment.