1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-19 07:28:05 +02:00

Add script for running all tests locally, extract duplicate methods into helper

This commit is contained in:
Manuel Schmid 2020-11-09 19:55:08 +01:00
parent e13a2c7791
commit 6235ada42e
No known key found for this signature in database
GPG key ID: A5FC376D86033B79
4 changed files with 225 additions and 101 deletions

View file

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