mirror of
https://github.com/go-gitea/u2f-api.git
synced 2026-07-16 10:24:24 -04:00
9 lines
100 B
Bash
Executable File
9 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf test
|
|
cp -r test.in test
|
|
|
|
node_modules/.bin/tsc -p test
|
|
|
|
node_modules/.bin/mocha
|