mirror of
https://github.com/gradle/actions.git
synced 2026-04-19 18:12:58 +08:00
Move build scripts into sources
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd sources
|
||||
npm run build
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd sources
|
||||
npm run all
|
||||
Reference in New Issue
Block a user