Skip to content

Commit 89651d3

Browse files
authored
Fix prepapck
Closes #111
1 parent e176963 commit 89651d3

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
@@ -23,7 +23,7 @@
2323
"build:pack": "ts-node ./pack.ts",
2424
"build:release": "npm-run-all build:manifest build:bundle build:pack",
2525
"prepare": "ts-node ./prepare.ts",
26-
"prepack": "npm-run-all build:src oclif-dev manifest",
26+
"prepack": "npm-run-all build:src build:manifest",
2727
"test": "npm-run-all test:unit test:integration",
2828
"test:unit": "cross-env TS_NODE_FILES=true mocha --exit -r ts-node/register 'test/unit/*.spec.ts'",
2929
"test:integration": "cross-env TS_NODE_FILES=true mocha --exit -r ts-node/register 'test/integration/**/*.spec.ts'",

0 commit comments

Comments
 (0)