File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - run : npm install
1515 - run : npm run build --if-present
1616 - run : echo "127.0.0.1 airtap.local" | sudo tee -a /etc/hosts
17- - run : npm test
17+ - run : npm run lint
1818 env :
1919 SAUCE_USERNAME : ${{ secrets.SAUCE_USERNAME }}
2020 SAUCE_ACCESS_KEY : ${{ secrets.SAUCE_ACCESS_KEY }}
Original file line number Diff line number Diff line change 11# wormhole-crypto
22
3- [ ![ Socket Badge] ( https://socket.dev/api/badge/npm/pkg /wormhole-crypto )] ( https://socket.dev/npm/package/wormhole-crypto )
3+ [ ![ Socket Badge] ( https://socket.dev/api/badge/npm/package /wormhole-crypto )] ( https://socket.dev/npm/package/wormhole-crypto )
44[ ![ ci] [ ci-image ]] [ ci-url ] [ ![ npm] [ npm-image ]] [ npm-url ] [ ![ downloads] [ downloads-image ]] [ downloads-url ] [ ![ javascript style guide] [ standard-image ]] [ standard-url ]
55
66[ ci-image ] : https://img.shields.io/github/workflow/status/SocketDev/wormhole-crypto/ci/master
Original file line number Diff line number Diff line change 4242 "url" : " git://github.com/SocketDev/wormhole-crypto.git"
4343 },
4444 "scripts" : {
45+ "lint" : " standard" ,
4546 "test" : " standard && npm run test-browser" ,
4647 "test-browser" : " airtap --all -- test/*.js" ,
4748 "test-browser-sauce" : " airtap --preset sauce -- test/*.js" ,
You can’t perform that action at this time.
0 commit comments