chore: update scripts

This commit is contained in:
Ayo 2023-09-19 14:12:31 +02:00
parent 831b870744
commit 9a49e8905f

View file

@ -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",