Skip to content

Commit cf95758

Browse files
committed
Update deploy workflow
1 parent c12afb3 commit cf95758

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/_deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
with:
2525
node-version: '16.x'
2626
registry-url: 'https://npm.pkg.github.com'
27-
# Defaults to the user or organization that owns the workflow file
28-
scope: '@sourcelib'
2927

3028
- name: Install
3129
run: npm ci
@@ -34,7 +32,7 @@ jobs:
3432
run: npm run lint
3533

3634
- name: Test
37-
run: npm ci
35+
run: npm run test
3836

3937
- name: Publish
4038
run: npm publish

0 commit comments

Comments
 (0)