diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 1134e136..6cea05c6 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -1,6 +1,6 @@ name: CI -on: [pull_request] +on: [push, pull_request] jobs: build: diff --git a/package.json b/package.json index 33f73fdf..36dae1d1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "codegen": "graphql-codegen", "deploy": "graphql-codegen && npm run typecheck && astro build && vercel", "dev": "astro dev", - "ffix": "npm run lint:code:fix && npm run lint:styles:fix && npm run format", + "ffix": "npm run fix && npm run format", "fix": "npm run lint:code:fix && npm run lint:styles:fix", "format": "npx prettier \"{,!(node_modules)/**/}*.{js,ts,tsx,json,scss,css}\" --write --ignore-path .gitignore", "lint": "npm run lint:code && npm run lint:styles",