From 68f73ebd3c56e1b39cbf45d0740a2ff94b574d66 Mon Sep 17 00:00:00 2001 From: Zack Rauen Date: Sun, 26 Jul 2020 05:37:11 -0400 Subject: [PATCH] Updates Travis CI commands --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ce475a8..c4e00e71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - npm install script: - - npm run build-all + - npm run deploy - npm run test - npm run lint