From 131d17fab03e22839c68d0d12767d0380e6ce2e0 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Fri, 2 Feb 2018 02:23:36 -0800 Subject: [PATCH] fix: fix manifest writing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41cacfd7..fb4a0160 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "lint": "concurrently -p command \"eslint .\" \"tsc -p test --noEmit\" \"tslint -p test\"", "postpublish": "rm .anycli.manifest.json", "posttest": "yarn run lint", - "prepublishOnly": "yarn run build && anycli-dev manifest > .anycli.manifest.json", + "prepublishOnly": "yarn run build && anycli-dev manifest -o .anycli.manifest.json", "test": "mocha --forbid-only \"test/**/*.test.ts\"" }, "types": "lib/index.d.ts"