This website requires JavaScript.
Explore
Help
Sign In
actions
/
gradle-build-tools-actions
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
667e034cd941079383978eed95f81ff982f7ec79
gradle-build-tools-actions
/
build
T
11 lines
106 B
Python
Raw
Normal View
History
Unescape
Escape
Replace sources/build with top-level ./build script
2024-04-07 13:10:08 -06:00
#!/bin/bash
cd
sources
npm
install
if
[
"$1"
==
"all"
];
then
npm
run
all
else
npm
run
build
fi
Reference in New Issue
Copy Permalink