Skip to content

Commit

Permalink
fix(build): github-actions build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Jul 15, 2020
1 parent dbcdf38 commit 87cdba5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Install
run: |
npm install --ignore-scripts
npm install @semantic-release/git
- name: Build
run: |
npm run build --if-present
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanoexpress-pro",
"version": "2.2.1",
"version": "2.x",
"description": "Nano-framework for Node.js",
"type": "module",
"main": "cjs/nanoexpress.js",
Expand Down

0 comments on commit 87cdba5

Please sign in to comment.