Skip to content

Commit 66095a0

Browse files
authored
Merge pull request #65 from etclabscore/fix/publish
fix(circle): publish dir
2 parents 86d9931 + 48487d6 commit 66095a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

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

0 commit comments

Comments
 (0)