Skip to content

Commit

Permalink
ci: remove obsolete ci:install script
Browse files Browse the repository at this point in the history
  • Loading branch information
erolunal committed Nov 1, 2024
1 parent 69098d4 commit 4ca5120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4ca5120

Please sign in to comment.