@goldstack/utils-cli
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "@goldstack/utils-cli", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Utilities for building command line interfaces.", | ||
@@ -25,11 +25,11 @@ "keywords": [ | ||
"build": "yarn clean && yarn compile", | ||
"build:watch": "yarn clean && yarn compile:watch", | ||
"build:watch": "yarn clean && yarn compile-watch", | ||
"clean": "rm -rf ./dist", | ||
"compile": "tsc -p tsconfig.json", | ||
"compile:watch": "tsc -p tsconfig.json --watch", | ||
"compile:watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'", | ||
"compile-watch": "tsc -p tsconfig.json --watch", | ||
"compile-watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'", | ||
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js", | ||
"prepublishOnly": "yarn run build", | ||
"publish": "utils-git changed --exec \"yarn npm publish $@\"", | ||
"test:ci": "jest --passWithNoTests --config=./jest.config.js", | ||
"test-ci": "jest --passWithNoTests --config=./jest.config.js", | ||
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"", | ||
@@ -39,3 +39,3 @@ "version:apply:force": "yarn version $@ && yarn version apply" | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.1.26", | ||
"@goldstack/utils-git": "0.1.27", | ||
"@types/jest": "^26.0.21", | ||
@@ -42,0 +42,0 @@ "@types/node": "^14.0.6", |