From 2f7adaf8adf1b8143ca3fd335fe57167d677387a Mon Sep 17 00:00:00 2001 From: Ricardo Carrasco Date: Wed, 21 Sep 2022 11:43:37 -0400 Subject: [PATCH] test- broken --- .drone.yml | 2 +- src/App.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b51fd92..fd578a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,5 @@ steps: - name: start image: node:16-alpine commands: - - "npm test -- --watchAll=false" - "npm run build" + - "npm test -- --watchAll=false" diff --git a/src/App.js b/src/App.js index fcb60b2..0cc04a0 100644 --- a/src/App.js +++ b/src/App.js @@ -7,7 +7,7 @@ function App() {
logo

- Edit src/App.js and save to reload. + Edit src/App.js and save to reloadd.

Learn React