Merge branch 'dev' of github.com:Discours/discoursio-webapp into dev

This commit is contained in:
tonyrewin 2022-09-20 11:26:33 +03:00
commit caa8890222
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: CI
on: [pull_request]
on: [push, pull_request]
jobs:
build:

View File

@ -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",