Skip to content

Commit

Permalink
fix(package): prepublish -> prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Feb 18, 2024
1 parent a90e044 commit 177dba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: npm dry-run

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"./server": "./package/lib/server/index.js"
},
"scripts": {
"prepublish": "tsc --build && tsc-alias",
"prepare": "tsc --build && tsc-alias",
"build": "node build.js --mode=production",
"watch": "node build.js"
},
Expand Down

0 comments on commit 177dba7

Please sign in to comment.