Skip to content

Commit 45cc8d1

Browse files
WIP: Assest uploading remains
1 parent 7a561d7 commit 45cc8d1

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,9 @@ jobs:
1818
uses: actions/setup-node@v1
1919
with:
2020
node-version: '12.x'
21-
22-
- name: Install dependencies
2321
run: npm ci
24-
25-
- name: Publish to npm
26-
uses: actions/setup-node@v1
27-
with:
28-
command: npm publish
22+
run: npm test:prod
23+
run: npm build
2924

3025
# Publish release on push to master
3126
release-master:

.github/workflows/pr.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,5 @@ jobs:
4444
- name: Install dependencies
4545
run: npm ci
4646

47-
- name: Publish to npm
48-
uses: actions/setup-node@v1
49-
with:
50-
command: npm publish
47+
- name: Run npm test and lint
48+
run: npm run test:prod

0 commit comments

Comments
 (0)