Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit fd49af5

Browse files
committed
Revert "Fixes yarn warnings (#5419)" (#5453)
This reverts commit 8b930f5.
1 parent 7626d19 commit fd49af5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"lint-js": "eslint *.js \"src/**/*.js\" --fix",
2929
"lint-md":
3030
"remark -u devtools-linters/markdown/preset -qf *.md src configs docs",
31-
"lint-fix": "yarn lint-js --fix",
31+
"lint-fix": "yarn lint-js -- --fix",
3232
"mochi":
3333
"mochii --mc ./firefox --interactive --default-test-path devtools/client/debugger/new",
34-
"mochid": "yarn mochi --jsdebugger",
35-
"mochir": "yarn mochi --repeat 10",
36-
"mochih": "yarn mochi --headless",
34+
"mochid": "yarn mochi -- --jsdebugger --",
35+
"mochir": "yarn mochi -- --repeat 10 --",
36+
"mochih": "yarn mochi -- --headless --",
3737
"test": "jest",
3838
"test:watch": "jest --watch",
39-
"test-coverage": "yarn test --coverage",
39+
"test-coverage": "yarn test -- --coverage",
4040
"test-all": "yarn test; yarn lint; yarn flow",
4141
"firefox":
4242
"start-firefox --start --location https://devtools-html.github.io/debugger-examples/",

0 commit comments

Comments
 (0)