From 3b2af548d0c53277ef7cc2078518cec5f88b6e76 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Sun, 14 Feb 2021 16:15:45 +0000 Subject: [PATCH] cleaning in package json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b933318..98ff433 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,11 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rm -rf lib dist", - "buildclean": "npm run clean && npm run build", "build": "tsc", + "build:clean": "npm run clean && npm run build", "build:watch": "npm run clean && tsc --watch", "pack": "webpack --config webpack/webpack.config.js", - "prepublish": "npm run build", + "prepublish": "npm run build:clean", "betapublish": "npm publish --tag beta" }, "author": "Tiago Siebler (https://github.com/tiagosiebler)",