diff --git a/package.json b/package.json index 0a0adc2..768ed6d 100644 --- a/package.json +++ b/package.json @@ -33,11 +33,11 @@ "build:clean": "rm -rf ./dist/ ./dist-browser/ ./demo/dist/", "build:ts": "rollup --config", "test": "tsc --noEmit", - "lint:css": "stylelint --ignore-path ./.gitignore --max-warnings 0 '**/*.{css,sass,scss}'", + "lint:css": "stylelint --ignore-path ./.gitignore --max-warnings 0 \"**/*.{css,sass,scss}\"", "lint:css:fix": "yarn lint:css --fix", - "lint:ts": "eslint --ext .ts,.tsx --ignore-path ./.gitignore --max-warnings 0 '**/*.{ts,tsx}'", + "lint:ts": "eslint --ext .ts,.tsx --ignore-path ./.gitignore --max-warnings 0 \"**/*.{ts,tsx}\"", "lint:ts:fix": "yarn lint:ts --fix", - "format": "prettier --ignore-path ./.gitignore --list-different '**/*.{css,html,js,json,jsx,less,md,scss,ts,tsx,vue,yaml,yml}'", + "format": "prettier --ignore-path ./.gitignore --list-different \"**/*.{css,html,js,json,jsx,less,md,scss,ts,tsx,vue,yaml,yml}\"", "format:fix": "yarn format --write", "version": "yarn build", "release": "np"