mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00:00
Add scripts for build and test
This commit is contained in:
parent
e833c3f088
commit
ad22ba2fb7
2 changed files with 8 additions and 0 deletions
4
build
Executable file
4
build
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd sources
|
||||
npm run build
|
4
build-and-test
Executable file
4
build-and-test
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd sources
|
||||
npm run all
|
Loading…
Reference in a new issue