Skip to content

Commit a99a3af

Browse files
committed
chore: remove unused scripts
1 parent b862bc9 commit a99a3af

File tree

2 files changed

+0
-60
lines changed

2 files changed

+0
-60
lines changed

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
"bundle": "rollup -c",
2828
"clean": "rimraf lib/* && rimraf coverage/*",
2929
"coverage:upload": "codecov",
30-
"deploy": "./scripts/deploy.sh",
31-
"filesize": "npm run build && npm run build:browser && bundlesize",
3230
"minify:browser": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
3331
"postbuild": "npm run bundle",
3432
"prebuild": "npm run clean",
@@ -41,12 +39,6 @@
4139
"publish:npm": "yarn run build && npm publish --access public",
4240
"commit": "cz"
4341
},
44-
"bundlesize": [
45-
{
46-
"path": "./lib/bundle.min.js",
47-
"threshold": "3 Kb"
48-
}
49-
],
5042
"lint-staged": {
5143
"*.{md,ts,js,json}": [
5244
"prettier --write es5",

scripts/deploy.sh

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)