Skip to content

Commit a842b1f

Browse files
committed
Make sure the npm-published oclif manifest is always up to date
1 parent 20b771d commit a842b1f

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
@@ -17,7 +17,7 @@
1717
"build": "npm run build:src && npm run build:pack",
1818
"build:src": "rm -rf lib && tsc -b",
1919
"build:pack": "oclif-dev manifest && oclif-dev pack",
20-
"prepack": "npm run build:src",
20+
"prepack": "npm run build:src && oclif-dev manifest",
2121
"test": "mocha -r ts-node/register 'test/**/*.spec.ts'"
2222
},
2323
"repository": "httptoolkit/httptoolkit-server",

0 commit comments

Comments
 (0)