From 201a84f2072d97a50db0c2d06723a04236d0daaa Mon Sep 17 00:00:00 2001 From: Luis Ball Date: Thu, 8 Jul 2021 10:15:50 -0700 Subject: [PATCH] build: add release dry run script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4164e97b..62ae38f8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,8 @@ "test:e2e": "vue-cli-service test:e2e", "lint": "vue-cli-service lint", "lint:ci": "vue-cli-service lint --no-fix --max-warnings 0", - "prepublishOnly": "run-s build" + "prepublishOnly": "run-s build", + "release:dryRun": "npx node-env-run --exec 'npx semantic-release --dryRun'" }, "dependencies": { "@imgix/js-core": "^3.1.3"