Allow source control of legacy bundles/info
This commit is contained in:
parent
66be4aef5c
commit
d2a5be136e
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,6 +7,7 @@ lib-cov
|
||||
*.pid
|
||||
*.gz
|
||||
*.swp
|
||||
*.lnk
|
||||
|
||||
pids
|
||||
logs
|
||||
@ -26,7 +27,6 @@ coverage
|
||||
# Dependency directory
|
||||
/node_modules/
|
||||
/bower_components/
|
||||
/_uabe/
|
||||
|
||||
# Editors
|
||||
.idea
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "clearvision",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"author": "Limbo",
|
||||
"license": "CC BY-NC 4.0",
|
||||
"main": "src/mod.js",
|
||||
@ -8,7 +8,7 @@
|
||||
"isBundleMod": true,
|
||||
"scripts": {
|
||||
"setup:environment": "npm i",
|
||||
"build:unzipped": "copyfiles -e \"./node_modules/**/*.*\" -e \"./dist/**/*.*\" -e \"./package-lock.json\" -e \"./tsconfig.json\" -e \"./README.txt\" -e \"./ClearVision.code-workspace\" \"./**/*.*\" ./dist",
|
||||
"build:unzipped": "copyfiles -e \"./node_modules/**/*.*\" -e \"./dist/**/*.*\" -e \"./package-lock.json\" -e \"./tsconfig.json\" -e \"./README.txt\" -e \"./ClearVision.code-workspace\" -e \"./_uabe/**/*.*\" \"./**/*.*\" ./dist",
|
||||
"zip:files": "cd dist/ && bestzip ../mod.zip *",
|
||||
"build:zip": "npm run clean:environment && npm run build:unzipped && npm run zip:files",
|
||||
"clean:environment": "node -e \"require('fs').rm('mod.zip', ()=>{})\" && node -e \"require('fs').rmdir('./dist/',{recursive:true},()=>{})\""
|
||||
|
Loading…
x
Reference in New Issue
Block a user