cleaning in package json
This commit is contained in:
@@ -11,11 +11,11 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"clean": "rm -rf lib dist",
|
"clean": "rm -rf lib dist",
|
||||||
"buildclean": "npm run clean && npm run build",
|
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
|
"build:clean": "npm run clean && npm run build",
|
||||||
"build:watch": "npm run clean && tsc --watch",
|
"build:watch": "npm run clean && tsc --watch",
|
||||||
"pack": "webpack --config webpack/webpack.config.js",
|
"pack": "webpack --config webpack/webpack.config.js",
|
||||||
"prepublish": "npm run build",
|
"prepublish": "npm run build:clean",
|
||||||
"betapublish": "npm publish --tag beta"
|
"betapublish": "npm publish --tag beta"
|
||||||
},
|
},
|
||||||
"author": "Tiago Siebler (https://github.com/tiagosiebler)",
|
"author": "Tiago Siebler (https://github.com/tiagosiebler)",
|
||||||
|
|||||||
Reference in New Issue
Block a user