Skip to content

Commit

Permalink
🐛 fix: make npm run build workflow correct (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: xsahxl <[email protected]>
Co-authored-by: heimanba
  • Loading branch information
heimanba and xsahxl authored Aug 1, 2022
1 parent b6c7f9f commit 5321aed
Show file tree
Hide file tree
Showing 7 changed files with 1,838 additions and 992 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install Dependencies
run: |
npm install
npm install --production
- name: Login Registry
run: |
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ node_modules

.vscode
.history

dist
2 changes: 1 addition & 1 deletion .signore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules
.s
LICENSE
example
package-lock.json
.prettierrc.js
.prettierignore
Expand Down
1 change: 1 addition & 0 deletions dist/index.js

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

Loading

0 comments on commit 5321aed

Please sign in to comment.