From 9a49e8905f7c0f88a717649053ac352562842a70 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 19 Sep 2023 14:12:31 +0200 Subject: [PATCH] chore: update scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 91b9615..9c9e65d 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "main": "index.d.ts", "scripts": { "start": "npx simple-server .", - "build": "npm run clean && tsc --allowJs src/* --outDir dist --declaration", + "build": "tsc --allowJs src/* --outDir dist --declaration", "clean": "rm -rf dist", - "publish": "npm run build && cp package.json ./dist && cd ./dist && npm publish --access public" + "publish": "npm run clean && npm run build && cp package.json ./dist && cd ./dist && npm publish --access public" }, "repository": { "type": "git",