Skip to content

Commit 67fc21a

Browse files
authored
wip
1 parent 9e32952 commit 67fc21a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/npmpublish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: 12
15-
- run: npm ci
1615
- run: npm test
1716

1817
publish-npm:
@@ -24,7 +23,6 @@ jobs:
2423
with:
2524
node-version: 12
2625
registry-url: https://registry.npmjs.org/
27-
- run: npm ci
2826
- run: npm publish
2927
env:
3028
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -39,7 +37,6 @@ jobs:
3937
node-version: 12
4038
registry-url: https://npm.pkg.github.com/
4139
scope: '@sitesauce'
42-
- run: npm ci
4340
- run: npm publish
4441
env:
4542
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)