Skip to content

Commit 09ea7f5

Browse files
#40 Build and pack Nodejs action - no script
1 parent 1e16e7b commit 09ea7f5

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'npm'
27-
- name: Build and pack Nodejs
28-
shell: bash
29-
run: ./pipelines/build-nodejs.sh
27+
working-directory: nodejs/serverless-microservices-functionapp-triparchiver
28+
- run: npm install
29+
- run: npm run pack

pipelines/build-nodejs.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)