Skip to content

Commit

Permalink
fix up npm release stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Jun 30, 2023
1 parent d9ce2d9 commit 57c93a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
build/
depends/
node_modules/
harmony-npm/

config.json
harmony
Expand Down
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ package: build
cp package.json ./harmony-npm/
cp README.md ./harmony-npm/
tar -czvf harmony-npm.tar.gz harmony-npm
rm -rf ./harmony-npm

publish : package
npm publish harmony-npm.tar.gz
npm publish ./harmony-npm

install: harmony
npm install --global
Expand All @@ -62,6 +61,6 @@ clean:
rm -rf ./depends
rm -rf ./build
rm -rf ./node_modules
rm -rf ./harmony-npm
rm -f ./harmony
rm -f ./harmony-npm.tar.gz

4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit 57c93a5

Please sign in to comment.