Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Fix npm publish, rm unused dist/package.json (#366)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Farro <[email protected]>
  • Loading branch information
tiffon committed May 10, 2019
1 parent e98f4f2 commit 8d0b1f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ build-node: check-node-lts node-modules
node_modules/.bin/babel --presets env --plugins transform-class-properties --source-maps -d dist/crossdock/ crossdock/
cat src/version.js | sed "s|VERSION_TBD|$(shell node -p 'require("./package.json").version')|g" > dist/src/version.js
cp -R ./test/thrift ./dist/test/thrift/
cp package.json ./dist/
cp -R ./src/jaeger-idl ./dist/src/
rm -rf ./dist/src/jaeger-idl/.git
cp -R ./src/thriftrw-idl ./dist/src/
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.

0 comments on commit 8d0b1f7

Please sign in to comment.