mirror of
https://github.com/status-im/universal-links-handler.git
synced 2025-02-24 16:48:20 +00:00
Run tests before making docker image
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ed6d320ccf
commit
5ebca6acd0
@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"start": "node ./bin/www",
|
||||
"watch": "nodemon ./bin/www",
|
||||
"docker": "docker build -t statusteam/universal-links-handler:deploy .",
|
||||
"docker": "yarn run tests && docker build -t statusteam/universal-links-handler:deploy .",
|
||||
"tests": "node -r esm tests/main.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user