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:
parent
e13a2c7791
commit
6235ada42e
4 changed files with 225 additions and 101 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue