Skip to content

Commit 5da6af5

Browse files
committed
chore: Setting up Github actions properly
1 parent bb8b8d0 commit 5da6af5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
node-version: 10
1717
- run: npm ci
1818
- run: npm run test:prod
19-
- run: npm run build
2019
env:
2120
CI: true
2221

@@ -29,6 +28,8 @@ jobs:
2928
with:
3029
node-version: 10
3130
registry-url: https://registry.npmjs.org/
31+
- run: npm ci
32+
- run: npm run build
3233
- run: npm run deploy-docs
3334
- run: npm run semantic-release
3435
env:

0 commit comments

Comments
 (0)