We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e16e7b commit 09ea7f5Copy full SHA for 09ea7f5
.github/workflows/nodejs.yml
@@ -24,6 +24,6 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
cache: 'npm'
27
- - name: Build and pack Nodejs
28
- shell: bash
29
- run: ./pipelines/build-nodejs.sh
+ working-directory: nodejs/serverless-microservices-functionapp-triparchiver
+ - run: npm install
+ - run: npm run pack
pipelines/build-nodejs.sh
0 commit comments