Skip to content

Commit

Permalink
fix(publish): fix publish yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
codebayu committed Dec 2, 2023
1 parent 54bb16a commit 00de2a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Node.js Package

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: '*'

Expand All @@ -18,7 +18,6 @@ jobs:
with:
node-version: 16
- run: npm ci
- run: npm test

publish-npm:
needs: build
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "SASS boilerplate with gulp and sass",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release",
"commit": "git-cz"
},
Expand Down

0 comments on commit 00de2a0

Please sign in to comment.