commander-practice 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "commander-practice",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "start": "ts-node src/index.ts ",
8
- "build": "rm -rf dist && tsc && cp package.json README.md ./dist",
9
- "publish": "npm run build && cd ./dist && npm version patch && npm publish",
8
+ "build": "rm -rf dist && npm version patch && tsc && cp package.json README.md ./dist",
9
+ "release": "npm run build && cd ./dist && npm publish",
10
10
  "test": "echo \"Error: no test specified\" && exit 1"
11
11
  },
12
12
  "keywords": [],