Skip to content
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.

Commit

Permalink
Merge pull request #147 from auth0-extensions/skip-actions-if-disabled
Browse files Browse the repository at this point in the history
Skip actions if api2_enable_actions is not enabled
  • Loading branch information
Chris Geihsler authored May 11, 2021
2 parents dc5248a + 7b08d47 commit 1d2dbbc
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 144 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-source-control-extension-tools",
"version": "5.7.0",
"version": "5.8.0",
"description": "Supporting tools for the Source Control extensions",
"main": "lib/index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"lint:js": "eslint --ignore-path .gitignore --ignore-pattern webpack .",
"lint:fix": "eslint --fix --ignore-path .gitignore --ignore-pattern webpack .",
"test": "npm run test:pre && cross-env NODE_ENV=test nyc mocha tests/mocha.js './tests/**/*.tests.js'",
"test:watch": "cross-env NODE_ENV=test mocha tests/mocha.js ./tests/**/*.tests.js ./tests/*.tests.js --watch",
"test:watch": "cross-env NODE_ENV=test mocha tests/mocha.js './tests/**/*.tests.js' --watch",
"test:pre": "npm run test:clean && npm run lint:js",
"test:clean": "rimraf ./coverage && rimraf ./.nyc_output"
},
Expand Down
Loading

0 comments on commit 1d2dbbc

Please sign in to comment.