We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90631ae commit dd3c24eCopy full SHA for dd3c24e
package.json
@@ -91,7 +91,7 @@
91
"build": "npm run clean && npm run compile",
92
"clean": "rm -rf ./dist ./node_modules tsconfig.build.tsbuildinfo",
93
"compile": "tsc -b tsconfig.json",
94
- "prepack": "pnpm compile && oclif manifest && oclif readme",
+ "prepack": "npm run build && oclif manifest && oclif readme",
95
"test:unit": "mocha --forbid-only \"test/unit/**/*.test.ts\"",
96
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
97
},
0 commit comments