Skip to content

Commit f60c8eb

Browse files
committed
Update pipeline_deployment.yaml
1 parent c5dc336 commit f60c8eb

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/pipeline_deployment.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ jobs:
1717
node-version: "18"
1818

1919
- name: Install dependencies
20-
run: |
21-
cd ./App
22-
npm install
20+
working-directory: App
21+
run: npm install
2322

2423
- name: Build
25-
run: |
26-
cd ./App
27-
npm run build
24+
working-directory: App
25+
run: npm run build

0 commit comments

Comments
 (0)