Skip to content

Commit

Permalink
chore: some adjusts (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussmohamed authored Jul 9, 2022
1 parent ca85456 commit a573478
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
"name": "veek",
"version": "0.0.0",
"description": "veek",
"main": "build/index",
"scripts": {
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'",
"format:check": "eslint --print-config .eslintrc.yaml | eslint-config-prettier-check",
"lint": "next lint",
"lint:css": "stylelint 'src/**/*.{js,jsx,ts,tsx}'",
"lint:all": "yarn run lint && yarn run lint:css",
"test": "jest --updateSnapshot",
"test:coverage": "jest --updateSnapshot --coverage",
"test:watch": "jest --updateSnapshot --watch",
"coveralls": "yarn run test:coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage",
"clean": "rimraf .next",
"prepush": "yarn run test",
"dev": "next dev",
Expand Down
7 changes: 0 additions & 7 deletions src/components/index.tsx

This file was deleted.

1 comment on commit a573478

@vercel
Copy link

@vercel vercel bot commented on a573478 Jul 9, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

veek – ./

veek-mateussmohamed.vercel.app
veek-git-main-mateussmohamed.vercel.app
veek.vercel.app

Please sign in to comment.