Skip to content

Commit dd3c24e

Browse files
committed
fix: release workflow
1 parent 90631ae commit dd3c24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"build": "npm run clean && npm run compile",
9292
"clean": "rm -rf ./dist ./node_modules tsconfig.build.tsbuildinfo",
9393
"compile": "tsc -b tsconfig.json",
94-
"prepack": "pnpm compile && oclif manifest && oclif readme",
94+
"prepack": "npm run build && oclif manifest && oclif readme",
9595
"test:unit": "mocha --forbid-only \"test/unit/**/*.test.ts\"",
9696
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
9797
},

0 commit comments

Comments
 (0)