We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165720e commit 2a35cffCopy full SHA for 2a35cff
1 file changed
.github/workflows/publish-npm-package.yml
@@ -5,6 +5,9 @@ on:
5
types: [created]
6
workflow_dispatch:
7
8
+env:
9
+ NODE_ENV: production
10
+
11
jobs:
12
build-npmjs:
13
runs-on: ubuntu-latest
@@ -15,9 +18,6 @@ jobs:
15
18
with:
16
19
node-version: '10.x'
17
20
registry-url: 'https://registry.npmjs.org'
- - name: Install dependencies & build (mock)
- working-directory: ./mock
- run: npm install
21
- run: npm ci
22
- run: npm publish
23
env:
@@ -34,9 +34,6 @@ jobs:
34
35
36
registry-url: 'https://npm.pkg.github.com'
37
38
39
40
41
42
0 commit comments