持续集成分支
This commit is contained in:
5
bin/extraBuild.js
Normal file
5
bin/extraBuild.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const {fsExtra} = require("./tools");
|
||||
const copyStaticFiles = () => {
|
||||
fsExtra.copy("public/oauth.html", "dist/build/h5/oauth.html")
|
||||
}
|
||||
copyStaticFiles()
|
||||
Reference in New Issue
Block a user