diff --git a/package.json b/package.json index 276cf54..63fc81b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,6 @@ "build:clean": "rimraf dist", "build:lib": "rollup -c --bundleConfigAsCjs", "build:watch": "npm run build:clean && npm run build:lib -- --watch", - "ci:install": "npm ci && npm run website:install", "lint": "eslint --config ./.eslintrc.js --max-warnings 0 'src/**/*.{js,ts}' --fix", "lint:check": "eslint --config ./.eslintrc.js --max-warnings 0 'src/**/*.{js,ts}'", "pre-commit": "lint-staged",