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 18b47c5 commit ae4250aCopy full SHA for ae4250a
.github/workflows/node-js.yml
@@ -23,5 +23,5 @@ jobs:
23
uses: actions/setup-node@v1
24
with:
25
node-version: ${{ matrix.node-version }}
26
- - run: npm install
27
- - run: npm run production
+ - run: npm ci
+ - run: npm run build
0 commit comments