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 fcab128 commit 5e9ba3eCopy full SHA for 5e9ba3e
package.json
@@ -62,6 +62,7 @@
62
"express": "node bin/bitgo-express -b 0.0.0.0",
63
"test-node": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- --timeout 20000 --reporter list --recursive test/",
64
"test-browser": "npm run compile-test && ./node_modules/karma/bin/karma start .karma.conf.js --log-level debug --single-run",
65
+ "setup": "git submodule add https://github.com/tagview/arcanist-extensions.git .arcanist-extensions; npm install -g eslint; git submodule update --init",
66
"lint": "./node_modules/.bin/eslint --ext .js ."
67
},
68
"dependencies": {
0 commit comments