mirror of
https://github.com/curlconverter/curlconverter.git
synced 2022-05-22 02:35:29 +03:00
5 lines
129 B
Bash
Executable File
5 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
./node_modules/standard/bin/cmd.js index.js generators/*.js test.js *.js
|
|
./node_modules/tape/bin/tape test.js
|