split test and build
This commit is contained in:
parent
6383eb9ac9
commit
2c0d1b8ff9
@ -16,9 +16,5 @@ set -eu
|
||||
wget "https://unpkg.com/nes.css@latest/css/nes.min.css" -O nes.min.css
|
||||
wget "https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" -O bootstrap.min.css )
|
||||
|
||||
( cd src/js
|
||||
|
||||
flow main.js )
|
||||
|
||||
echo "Done !"
|
||||
)
|
||||
|
12
scripts/test.sh
Executable file
12
scripts/test.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
( cd "$(dirname "$0")/../"
|
||||
|
||||
( cd src/js
|
||||
|
||||
flow main.js )
|
||||
|
||||
echo "Done !"
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user