mirror of
https://github.com/jaedle/mirror-to-gitea.git
synced 2026-01-09 21:07:55 -05:00
bootstrap task file
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"description": "mirror all your public github repositories to your gitea server",
|
||||
"main": "index.cjs",
|
||||
"scripts": {
|
||||
"clean": "rm -rf dist/",
|
||||
"build": "esbuild src/index.cjs --bundle --outdir=dist/ --platform=node",
|
||||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user