Skip to content

Commit 8da580f

Browse files
committed
Include terminal bin wrappers in the built output
1 parent 6dbf08d commit 8da580f

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
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"start": "node-dev ./bin/run start",
1717
"build": "npm run build:src && npm run build:pack",
18-
"build:src": "rm -rf lib && tsc -b",
18+
"build:src": "rm -rf lib && tsc -b && cp -r src/interceptors/terminal-wrappers lib/interceptors",
1919
"build:pack": "oclif-dev manifest && oclif-dev pack",
2020
"prepack": "npm run build:src && oclif-dev manifest",
2121
"test": "TS_NODE_FILES=true mocha -r ts-node/register 'test/**/*.spec.ts'"

0 commit comments

Comments
 (0)