chore: Remove changelog check and graphql (#2639)

This commit is contained in:
Lipis
2020-12-20 21:52:21 +02:00
committed by GitHub
parent b997e69ebc
commit 14759d5b72
4 changed files with 1 additions and 96 deletions
+1 -2
View File
@@ -100,7 +100,6 @@
"test:other": "npm run prettier -- --list-different",
"test:typecheck": "tsc",
"test:update": "npm run test:app -- --updateSnapshot --watchAll=false",
"test": "npm run test:app",
"changelog:check": "node ./scripts/changelog-check.js"
"test": "npm run test:app"
}
}