From 40cf78f515682305df1da5b3ce4530d2f90b8855 Mon Sep 17 00:00:00 2001 From: Milos Danilov Date: Tue, 11 Oct 2022 11:58:01 +0200 Subject: [PATCH] ci(gitlab-ci): remove prepare because it would run inside dist when calling publish --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 89f849d..7529957 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "watch:tests": "tsc -p tsconfig.test.json --watch", "test": "npx protractor protractor.config.js", "start": "npx webpack-dev-server --no-watch", - "prepare": "npm run build", "ci": "npm run test", "release:tag": "standard-version -a -t ''" },