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 20b771d commit a842b1fCopy full SHA for a842b1f
package.json
@@ -17,7 +17,7 @@
17
"build": "npm run build:src && npm run build:pack",
18
"build:src": "rm -rf lib && tsc -b",
19
"build:pack": "oclif-dev manifest && oclif-dev pack",
20
- "prepack": "npm run build:src",
+ "prepack": "npm run build:src && oclif-dev manifest",
21
"test": "mocha -r ts-node/register 'test/**/*.spec.ts'"
22
},
23
"repository": "httptoolkit/httptoolkit-server",
0 commit comments