Skip to content

Commit

Permalink
ci: remove obsolete ci:install script (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
erolunal authored Dec 5, 2024
1 parent 947dea1 commit 7f07c8a
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 7f07c8a

Please sign in to comment.