diff --git a/package.json b/package.json index e046975..a4130a6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "prettify": "prettier --write \"src/**/*.ts*\"", "lint": "yarn run lint-css && yarn run lint-js", "lint-js": "eslint --max-warnings 0 --config ./.eslintrc.json \"src/**/*.ts*\"", - "lint-css": "stylelint --max-warnings 0 --fix \"src/**/*.css\"", + "lint-css": "stylelint --max-warnings 0 \"src/**/*.css\"", "test": "tsc --noEmit", "did-create": "node --enable-source-maps dist/backend/createDID.js", "did-configuration": "node --enable-source-maps dist/backend/createDIDConfiguration.js",