浏览代码

fix: remove package.json from commit

Joao Andre 1 年之前
父节点
当前提交
d437eb766c
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 1 1
      .github/workflows/build-and-release-dev.yml
  2. 1 2
      frontend/taipy/package.json

+ 1 - 1
.github/workflows/build-and-release-dev.yml

@@ -195,7 +195,7 @@ jobs:
 
       - uses: stefanzweifel/git-auto-commit-action@v4
         with:
-          file_pattern: '*.json'
+          file_pattern: '*/version.json'
           commit_message: Update version to ${{ needs.fetch-versions.outputs.NEW_VERSION }}
 
       - name: Reset changes

+ 1 - 2
frontend/taipy/package.json

@@ -30,8 +30,7 @@
     "fast-deep-equal": "^3.1.3",
     "formik": "^2.2.9",
     "react": "^18.2.0",
-    "react-dom": "^18.2.0",
-    "taipy-gui": "file:../../taipy/gui/webapp"
+    "react-dom": "^18.2.0"
   },
   "scripts": {
     "postinstall": "node scripts/install.js",