We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c0606 commit 7a11fa5Copy full SHA for 7a11fa5
.github/workflows/build.yml
@@ -37,9 +37,6 @@ jobs:
37
- name: Checkout
38
uses: actions/checkout@v2
39
40
- - name: Install dependencies
41
- run: yarn install
42
-
43
- name: NPM login
44
# NPM doesn't understand env vars and needs auth file lol
45
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "tornado-cash-anonymity-mining",
+ "name": "tornado-anonymity-mining",
3
"version": "1.0.0",
4
"main": "index.js",
5
"repository": "https://github.com/tornadocash/tornado-anonymity-mining.git",
0 commit comments