cleaning in package json

This commit is contained in:
tiagosiebler
2021-02-14 16:15:45 +00:00
parent 62750228c4
commit 3b2af548d0

View File

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