Skip to content

Commit

Permalink
fix: remove recover-pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuweikangdev committed Sep 28, 2022
1 parent fd60cee commit e780c40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
"dev:h5": "cross-env NODE_ENV=dev pnpm update:pkg && turbo run dev:h5 --filter=demo",
"dev:weapp": "cross-env NODE_ENV=dev pnpm update:pkg && turbo run dev:weapp --filter=demo",
"build": "cross-env NODE_ENV=prod pnpm update:pkg && turbo run build:echarts --filter=taro-react-echarts",
"turbo:publish": "cross-env NODE_ENV=prod pnpm update:pkg && turbo run publish && pnpm recover:pkg",
"turbo:publish": "cross-env NODE_ENV=prod pnpm update:pkg && turbo run publish",
"update:pkg": "node ./scripts/update-pkg.js",
"recover:pkg": "node ./scripts/recover-pkg.js",
"format": "prettier --write \"**/*.{js,ts,tsx,md}\"",
"lint": "eslint --fix \"**/*.{js,ts,tsx}\" ",
"prepare": "husky install",
Expand Down
12 changes: 0 additions & 12 deletions scripts/recover-pkg.js

This file was deleted.

0 comments on commit e780c40

Please sign in to comment.