Skip to content

Commit

Permalink
chore: delete prepublishOnly command
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed Jul 3, 2023
1 parent 2db0315 commit e11b524
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"build": "bundle --clean",
"dev": "bundle --clean -f es -w",
"start": "vite ./vite",
"prepublishOnly": "npm run build",
"test": "jest",
"test-cov": "jest --coverage",
"ci": "node github-ci.js"
Expand Down Expand Up @@ -104,4 +103,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit e11b524

Please sign in to comment.