We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbe064 commit d5934efCopy full SHA for d5934ef
package.json
@@ -23,6 +23,7 @@
23
"api:list": "mockoon-cli list",
24
"api:start": "mockoon-cli start --data ./mock-api.json",
25
"api:stop": "mockoon-cli stop mockoon-sulu-headless-mock-api",
26
+ "lint": "eslint 'src/**/*.js' && echo 'ESLint: 0 problems found'",
27
"test": "yarn api:start && npx playwright test ; yarn api:stop"
28
}
29
0 commit comments