mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Move build scripts into sources
This commit is contained in:
4
sources/build
Executable file
4
sources/build
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd sources
|
||||
npm run build
|
||||
4
sources/build-and-test
Executable file
4
sources/build-and-test
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd sources
|
||||
npm run all
|
||||
Reference in New Issue
Block a user