Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1987 committed Sep 28, 2023
1 parent 3f39217 commit 517a250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"lint:fix": "eslint --fix app",
"precommit": "CI=1 npm run lint",
"prepush": "CI=1 npm run lint",
"bundle": "npm run clean && bn bundle --zip --create-release",
"deploy": "npm run bundle && bn deploy .blocklet/bundle"
"bundle": "npm run clean && blocklet bundle --zip --create-release",
"deploy": "npm run bundle && blocklet deploy .blocklet/bundle"
},
"keywords": [
"dapp",
Expand Down

0 comments on commit 517a250

Please sign in to comment.