From 11bdcf8eae6c46bdc460c02189d247ced9f01ac1 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Mon, 5 Oct 2020 17:52:50 -0500 Subject: [PATCH] Fix ionic scrip location for CI --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6a48a7b..7378bb8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: commands: - npm i - npm install @ionic/cli - - ./node_modules/bin/ionic build --prod + - ./node_modules/.bin/ionic build --prod - tar czf build.tar.gz www - name: release image: plugins/gitea-release