Skip to content

Commit

Permalink
Updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkelTem committed Apr 10, 2021
1 parent 08f22cc commit c7bba10
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
# registry-url: 'https://registry.npmjs.org'
- name: Echo npm version
run: npm --version
# - name: Install dependencies
# run: npm ci
# - name: Running eslint
# run: npm run lint
# - name: Build TypeScript
# run: npm run build
# - name: Publish
# run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
registry-url: 'https://registry.npmjs.org'
- name: Installing dependencies
run: npm ci
- name: Running ESlint
run: npm run lint
- name: Building TypeScript
run: npm run build
- name: Publishing
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c7bba10

Please sign in to comment.