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 fd61913 commit 7522e1eCopy full SHA for 7522e1e
.gitignore
@@ -34,6 +34,7 @@
34
.yarn-integrity
35
/.nyc_output
36
/dist
37
+oclif.manifest.json
38
/lib
39
/tmp
40
/yarn.lock
package.json
@@ -8,14 +8,15 @@
8
"httptoolkit-server": "./bin/run"
9
},
10
"files": [
11
+ "oclif.manifest.json",
12
"/bin",
13
"/lib"
14
],
15
"scripts": {
16
"start": "./bin/run",
17
"build": "npm run build:src && npm run build:pack",
18
"build:src": "rm -rf lib && tsc -b",
- "build:pack": "oclif-dev pack",
19
+ "build:pack": "oclif-dev manifest && oclif-dev pack",
20
"prepack": "npm run build:src",
21
"test": "mocha -r ts-node/register 'test/**/*.spec.ts'"
22
0 commit comments