Skip to content

Commit

Permalink
reverting unnecessary parameter to functional-test:clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioMS authored Oct 27, 2022
1 parent 22a9b7d commit 5fa9b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:browser": "npm run test:report && open coverage/index.html",
"integration-test": "mocha -t 180000 test/integration/run-test.js",
"functional-test": "mocha -t 600000 --retries 2 test/functional/run-test.js",
"functional-test:clean-up": "node scripts/aws-clean-up.js; node scripts/ask-clean-up.js --unhandled-rejections=strict",
"functional-test:clean-up": "node scripts/aws-clean-up.js; node scripts/ask-clean-up.js",
"lint": "eslint lib/builtins lib/clients lib/commands lib/controllers lib/model lib/view",
"prepublishOnly": "babel lib -d lib; babel bin -d bin",
"pre-release": "standard-version",
Expand Down

0 comments on commit 5fa9b7a

Please sign in to comment.