We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86d9931 + 48487d6 commit 66095a0Copy full SHA for 66095a0
1 file changed
publish.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
3
npm run build
4
-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
5
npm run publish
0 commit comments