Skip to content

Commit

Permalink
docs: updates on workflows
Browse files Browse the repository at this point in the history
Added information on documentation
  • Loading branch information
ADMSK\AVROGAL1 committed Mar 6, 2021
1 parent 78bdc0e commit 617d3e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"deploy:dev": "vercel",
"deploy:prod": "vercel --prod",
"develop": "vercel dev",
"format": "prettier --write **/*.ts",
"format": "prettier --single-quote --write **/*.ts",
"format:check": "prettier --check **/*.ts",
"lint": "eslint --cache --fix --quiet --format codeframe --ext js,ts .",
"reinstall": "del-cli ./node_modules ./package-lock.json ./yarn.lock",
Expand All @@ -17,7 +17,7 @@
"prepare": "rimraf coverage",
"setup": "yarn",
"semantic-release": "semantic-release",
"test": "TZ=utc jest",
"test": "set TZ=utc jest",
"test:coverage": "jest --collectCoverage",
"test:watch": "jest --watch",
"test:all": "npm run test",
Expand Down

1 comment on commit 617d3e5

@vercel
Copy link

@vercel vercel bot commented on 617d3e5 Mar 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.