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

Commit 8d0b1f7

Browse files
authored
Fix npm publish, rm unused dist/package.json (#366)
Signed-off-by: Joe Farro <joef@uber.com>
1 parent e98f4f2 commit 8d0b1f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ build-node: check-node-lts node-modules
5151
node_modules/.bin/babel --presets env --plugins transform-class-properties --source-maps -d dist/crossdock/ crossdock/
5252
cat src/version.js | sed "s|VERSION_TBD|$(shell node -p 'require("./package.json").version')|g" > dist/src/version.js
5353
cp -R ./test/thrift ./dist/test/thrift/
54-
cp package.json ./dist/
5554
cp -R ./src/jaeger-idl ./dist/src/
5655
rm -rf ./dist/src/jaeger-idl/.git
5756
cp -R ./src/thriftrw-idl ./dist/src/

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)