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.
2 parents e176963 + 89651d3 commit 29c1170Copy full SHA for 29c1170
package.json
@@ -23,7 +23,7 @@
23
"build:pack": "ts-node ./pack.ts",
24
"build:release": "npm-run-all build:manifest build:bundle build:pack",
25
"prepare": "ts-node ./prepare.ts",
26
- "prepack": "npm-run-all build:src oclif-dev manifest",
+ "prepack": "npm-run-all build:src build:manifest",
27
"test": "npm-run-all test:unit test:integration",
28
"test:unit": "cross-env TS_NODE_FILES=true mocha --exit -r ts-node/register 'test/unit/*.spec.ts'",
29
"test:integration": "cross-env TS_NODE_FILES=true mocha --exit -r ts-node/register 'test/integration/**/*.spec.ts'",
0 commit comments