Skip to content

Commit

Permalink
feat(package): add if-check script and update if-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Jun 27, 2024
1 parent 5948600 commit 850ea05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
"bin": {
"if-diff": "./build/diff.js",
"if-run": "./build/index.js",
"if-env": "./build/env.js"
"if-env": "./build/env.js",
"if-check": "./build/check.js"
},
"bugs": {
"url": "https://github.com/Green-Software-Foundation/if/issues/new?assignees=&labels=feedback&projects=&template=feedback.md&title=Feedback+-+"
},
"dependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@grnsft/if-core": "^0.0.9",
"@grnsft/if-core": "^0.0.10",
"axios": "^1.7.2",
"csv-parse": "^5.5.6",
"csv-stringify": "^6.4.6",
Expand Down Expand Up @@ -75,6 +76,7 @@
"coverage": "jest --verbose --coverage --testPathPattern=src/__tests__/unit",
"fix": "gts fix",
"fix:package": "fixpack",
"if-check": "cross-env CURRENT_DIR=$(node -p \"process.env.INIT_CWD\") npx ts-node src/check.ts",
"if-diff": "npx ts-node src/diff.ts",
"if-env": "cross-env CURRENT_DIR=$(node -p \"process.env.INIT_CWD\") npx ts-node src/env.ts",
"if-run": "npx ts-node src/index.ts",
Expand Down

0 comments on commit 850ea05

Please sign in to comment.