Skip to content

Commit

Permalink
chore: small cleanup in npmignore;
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekk committed Oct 27, 2022
1 parent 0bb3cb8 commit 0b7cd3c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
name: Publish to NPM

on: [push]
# on:
# push:
# tags:
# - v*.*.*
on:
push:
tags:
- v*.*.*

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn build
Expand Down
11 changes: 7 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
src
test
coverage
.babelrc
.editorconfig
.eslintrc
.gitignore
.github
.gitignore
.prettierrc.yaml
coverage
src
test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onlytabs/browser-lang",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "",
"repository": "github:jacekk/browser-lang",
Expand Down

0 comments on commit 0b7cd3c

Please sign in to comment.