diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 92e9059..518bc06 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -34,7 +34,7 @@ jobs: - run: | git submodule update --init --recursive sudo apt install rename - for dir in */; do [[ $dir = template-* ]] && cd $dir && rm .git && rename 's/^\.(.*)/_$1/' .* && rename 's/^_vscode/\.vscode/' .* && ls && cd ..; done + for dir in */; do [[ $dir = template-* ]] && cd $dir && rm .git && mv .vscode vscode && rename 's/^\.(.*)/_$1/' .* && mv vscode .vscode && ls && cd ..; done npm ci npm run build - run: npm publish -f diff --git a/package-lock.json b/package-lock.json index 2130b04..be5c2ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "create-pixi-vn", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-pixi-vn", - "version": "0.1.3", + "version": "0.1.4", "license": "GPL-3.0", "bin": { "create-pixi-vn": "index.js", diff --git a/package.json b/package.json index d9241bf..5ce317c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-pixi-vn", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "license": "GPL-3.0", "author": "DRincs-Productions",