Skip to content

Commit d368804

Browse files
committed
chore: Fix build
1 parent 3a4f667 commit d368804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "5.0.0",
44
"description": "Command line interface for Ajv JSON schema validator",
55
"scripts": {
6-
"clean": "rimraf dist && npm ci",
6+
"clean": "npm ci && rimraf dist",
77
"build": "tsc",
88
"lint": "eslint \"src/**/*.*s\" \"test/**/*.js\"",
99
"prettier:write": "prettier --write \"./**/*.{json,yaml,js,ts}\"",

0 commit comments

Comments
 (0)