mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Automatic Release
|
||||
*
|
||||
* @description: Deploy Task for an automated Build Process
|
||||
*/
|
||||
|
||||
import { series } from 'gulp'
|
||||
|
||||
import { copyBoilerplate } from './copy-boilerplate'
|
||||
import { cleanBoilerplate } from './clean-boilerplate';
|
||||
|
||||
export const boilerplate = series(
|
||||
cleanBoilerplate,
|
||||
copyBoilerplate
|
||||
);
|
||||
Reference in New Issue
Block a user