mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-19 07:36:40 +00:00
9 lines
75 B
Bash
Executable File
9 lines
75 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
npm run lint
|
|
npm run test
|
|
|
|
node package.json
|