Skip to content

Commit

Permalink
Merge pull request #65 from etclabscore/fix/publish
Browse files Browse the repository at this point in the history
fix(circle): publish dir
  • Loading branch information
shanejonas authored Oct 3, 2019
2 parents 86d9931 + 48487d6 commit 66095a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

npm run build
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/ethereum-json-rpc-specification/build/typescript/.npmrc
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/project/build/typescript/.npmrc
npm run publish

0 comments on commit 66095a0

Please sign in to comment.