Skip to content

Commit fdbd84c

Browse files
JasonEtcobenhalverson
authored andcommitted
Properly set options
1 parent 70dc4d7 commit fdbd84c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@
5959
"update-snapshot": "jest --updateSnapshot",
6060
"pretest": "npm run format && npm run format-check && npm run lint",
6161
"test": "npx jest",
62+
"test-watch": "npx jest --watch",
63+
"test-ci": "npm run test -- --coverage && codecov",
6264
"lint": "eslint src --ext .js,.ts,.tsx",
63-
"lint:fix": "npm run lint --fix",
65+
"lint:fix": "npm run lint -- --fix",
6466
"serve": "npm run build && clear && gatsby serve",
6567
"md-check": "remark -qf .",
6668
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)