Merge branch 'dev' of github.com:Discours/discoursio-webapp into dev
This commit is contained in:
commit
caa8890222
2
.github/workflows/node-ci.yml
vendored
2
.github/workflows/node-ci.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: CI
|
||||
|
||||
on: [pull_request]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user