Skip to content

Commit

Permalink
perf(拆分): sdk文件
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed Mar 16, 2024
1 parent d72e95d commit 1e6c64a
Show file tree
Hide file tree
Showing 32 changed files with 4 additions and 4,318 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:

- name: Build
run: |
npm install
npm i -g pnpm
pnpm install
npm run build
3 changes: 2 additions & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:

- name: Build
run: |
npm install
npm i -g pnpm
pnpm install
npm run build
- name: Deploy
Expand Down
263 changes: 0 additions & 263 deletions src/core12122/ContextMenu.js

This file was deleted.

Loading

0 comments on commit 1e6c64a

Please sign in to comment.