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 3a4f667 commit d368804Copy full SHA for d368804
1 file changed
package.json
@@ -3,7 +3,7 @@
3
"version": "5.0.0",
4
"description": "Command line interface for Ajv JSON schema validator",
5
"scripts": {
6
- "clean": "rimraf dist && npm ci",
+ "clean": "npm ci && rimraf dist",
7
"build": "tsc",
8
"lint": "eslint \"src/**/*.*s\" \"test/**/*.js\"",
9
"prettier:write": "prettier --write \"./**/*.{json,yaml,js,ts}\"",
0 commit comments