mirror of
https://github.com/gradle/actions.git
synced 2025-04-19 01:09:20 +08:00
Replace sources/build with top-level ./build script
This commit is contained in:
parent
ab471b0c20
commit
1105cf252a
10
build
Executable file
10
build
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd sources
|
||||
npm install
|
||||
|
||||
if [ "$1" == "all" ]; then
|
||||
npm run all
|
||||
else
|
||||
npm run build
|
||||
fi
|
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd sources
|
||||
npm run build
|
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd sources
|
||||
npm run all
|
Loading…
x
Reference in New Issue
Block a user