From 2062805e4d52e013380781deb1312c1e64abf80f Mon Sep 17 00:00:00 2001 From: butlerx Date: Mon, 13 Dec 2021 12:16:29 +0000 Subject: [PATCH] Release 2.1.2 issue #367: rename `_snowpack` dir in build results to `web_modules` as that is the folder servered by the server --- .github/workflows/release.yml | 4 ++-- package.json | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8884b7..539feca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,10 +12,10 @@ jobs: - name: Checkout code uses: actions/checkout@master - name: Create Release - - uses: fregante/release-with-changelog@v3 + uses: fregante/release-with-changelog@v3 with: token: ${{ secrets.NODE_GITHUB_TOKEN }} - title: "Release {tag}" + title: 'Release {tag}' exclude: true commit-template: '- {title} ← {hash}' template: | diff --git a/package.json b/package.json index 08a8dda..3aa60ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wetty", - "version": "2.1.1", + "version": "2.1.2", "description": "WeTTY = Web + TTY. Terminal access in browser over http/https", "homepage": "https://github.com/butlerx/wetty", "license": "MIT", @@ -60,6 +60,9 @@ ] }, "snowpack": { + "buildOptions": { + "metaUrlPath": "web_modules" + }, "packageOptions": { "sourceMap": true, "installTypes": true