@agilecustoms/envctl 0.23.8 → 0.23.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agilecustoms/envctl",
3
3
  "description": "node.js CLI client for manage environments",
4
- "version": "0.23.8",
4
+ "version": "0.23.9",
5
5
  "author": "Alex Chekulaev",
6
6
  "type": "module",
7
7
  "bin": {
@@ -21,7 +21,7 @@
21
21
  "_comment1": "keys become CLI apps (symlinks) when install globally. ex: npm install -g @agilecustoms/envctl; ls $(which alexc-blah) >> lrwxr-xr-x 1 alexc admin 62 Dec 30 14:29 /opt/homebrew/bin/alexc-blah -> ../lib/node_modules/@agilecustoms/envctl-client/dist/index.js",
22
22
  "scripts": {
23
23
  "prepare": "if [ \"$CI\" != \"true\" ]; then husky; fi",
24
- "lint": "eslint *.{ts,mjs} src/*.ts src/**/*.ts test/**/*.ts",
24
+ "lint": "eslint *.{ts,mjs} \"src/**/*.ts\" \"test/**/*.ts\"",
25
25
  "lint:fix": "npm run lint -- --fix",
26
26
  "test": "vitest run --coverage",
27
27
  "build": "tsc",