Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b818a74

Browse files
greyscaledkylecarbs
authored andcommitted
chore: rm dead code; add check:all (#1595)
1 parent d9a00da commit b818a74

File tree

3 files changed

+1
-183
lines changed

3 files changed

+1
-183
lines changed

site/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"postinstall": "yarn typegen",
88
"build": "NODE_ENV=production webpack build --config=webpack.prod.ts",
99
"build:analyze": "NODE_ENV=production webpack --profile --progress --json --config=webpack.prod.ts > out/stats.json && webpack-bundle-analyzer out/stats.json out",
10+
"check:all": "yarn format:check && yarn lint && yarn test",
1011
"chromatic": "chromatic",
1112
"dev": "webpack-dev-server --config=webpack.dev.ts",
1213
"format:check": "prettier --check '**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'",

site/src/forms/CreateTemplateForm.test.tsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

site/src/forms/CreateTemplateForm.tsx

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)