diff --git a/.drone.yml b/.drone.yml index e9559f8..08f606b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,9 +15,8 @@ steps: - test commands: - npm config set registry https://registry.npmmirror.com/ - - npm install -g pnpm - - pnpm install - - pnpm build:h5:test + - npm run install + - npm run build:h5:test - rm -rf dist.tar - rm -rf node_modules - tar -zcvf dist.tar ./dist ./default.conf ./Dockerfile @@ -30,9 +29,8 @@ steps: - master commands: - npm config set registry https://registry.npmmirror.com/ - - npm install -g pnpm - - pnpm install - - pnpm build:h5:prod + - npm run install + - npm run build:h5:prod - rm -rf dist.tar - rm -rf node_modules - tar -zcvf dist.tar ./dist ./default.conf ./Dockerfile diff --git a/package.json b/package.json index bca0247..fbb9a30 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,6 @@ "@babel/runtime": "^7.22.11", "@tarojs/components": "3.6.24", "@tarojs/helper": "3.6.24", - "@tarojs/plugin-framework-react": "^3.6.24", "@tarojs/plugin-framework-vue3": "3.6.24", "@tarojs/plugin-platform-alipay": "3.6.24", "@tarojs/plugin-platform-h5": "3.6.24", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6c3e9bb..66bba46 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,9 +14,6 @@ dependencies: '@tarojs/helper': specifier: 3.6.24 version: 3.6.24 - '@tarojs/plugin-framework-react': - specifier: ^3.6.24 - version: 3.6.24(@tarojs/runtime@3.6.24)(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24) '@tarojs/plugin-framework-vue3': specifier: 3.6.24 version: 3.6.24(@tarojs/runtime@3.6.24)(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24)(vue@3.3.4) @@ -2909,41 +2906,6 @@ packages: - supports-color dev: true - /@tarojs/plugin-framework-react@3.6.24(@tarojs/runtime@3.6.24)(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24): - resolution: {integrity: sha512-YTE3rLXaYZ3j+rytVRJyv4TsXOxmnz91yB7xtLWeVnTmgiAb3HmBd5GqSD7N9jjMJeiJ+2QRPPUQZ0nrGXAHoA==} - peerDependencies: - '@pmmmwh/react-refresh-webpack-plugin': '*' - '@prefresh/webpack': '*' - '@tarojs/runtime': ~3.6.24 - '@tarojs/shared': ~3.6.24 - preact: '*' - react: '>=17' - react-refresh: '*' - peerDependenciesMeta: - '@pmmmwh/react-refresh-webpack-plugin': - optional: true - '@prefresh/webpack': - optional: true - preact: - optional: true - react: - optional: true - react-refresh: - optional: true - dependencies: - '@tarojs/helper': 3.6.24 - '@tarojs/runtime': 3.6.24(@tarojs/shared@3.6.24) - '@tarojs/service': 3.6.24(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24) - '@tarojs/shared': 3.6.24 - acorn: 8.10.0 - acorn-walk: 8.2.0 - lodash: 4.17.21 - transitivePeerDependencies: - - '@swc/helpers' - - '@tarojs/taro' - - supports-color - dev: false - /@tarojs/plugin-framework-vue3@3.6.24(@tarojs/runtime@3.6.24)(@tarojs/shared@3.6.24)(@tarojs/taro@3.6.24)(vue@3.3.4): resolution: {integrity: sha512-eD7xfKY1xhzUQFi9Ri21HdlxpNql4EPpchfv1SjPn2PQj+EaK4oW/muMs1WhbSrljSqGZS4atGKXmRAq/OqHvg==} peerDependencies: @@ -4270,11 +4232,13 @@ packages: /acorn-walk@8.2.0: resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} engines: {node: '>=0.4.0'} + dev: true /acorn@8.10.0: resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} engines: {node: '>=0.4.0'} hasBin: true + dev: true /address@1.2.2: resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==}