Skip to content

Commit 6e9e6e8

Browse files
author
Andrey Okonetchnikov
committed
build: Remove pre and post test scripts
1 parent 918e518 commit 6e9e6e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
"build": "microbundle --jsx react",
2424
"dev": "microbundle watch --jsx react --no-compress",
2525
"lint": "eslint . --cache --fix",
26-
"pretest": "npm run lint",
2726
"format": "prettier --write \"**/*.{js,css,md}\"",
28-
"posttest": "npm run format",
2927
"gql:schema": "API_HOST=http://localhost:3001 node ./scripts/generate-introspection-json.js"
3028
},
3129
"dependencies": {

0 commit comments

Comments
 (0)