Move tests into subdir, QA

This commit is contained in:
Manuel Schmid
2020-11-09 19:30:28 +01:00
parent 42da7067e8
commit e13a2c7791
5 changed files with 5 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
"main": "build.js",
"scripts": {
"build": "rimraf ./dist/ && node build.js",
"test": "node pull_request.js"
"test-pr": "node tests/pull_request.js"
},
"repository": {
"type": "git",