We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b862bc9 commit a99a3afCopy full SHA for a99a3af
package.json
@@ -27,8 +27,6 @@
27
"bundle": "rollup -c",
28
"clean": "rimraf lib/* && rimraf coverage/*",
29
"coverage:upload": "codecov",
30
- "deploy": "./scripts/deploy.sh",
31
- "filesize": "npm run build && npm run build:browser && bundlesize",
32
"minify:browser": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
33
"postbuild": "npm run bundle",
34
"prebuild": "npm run clean",
@@ -41,12 +39,6 @@
41
39
"publish:npm": "yarn run build && npm publish --access public",
42
40
"commit": "cz"
43
},
44
- "bundlesize": [
45
- {
46
- "path": "./lib/bundle.min.js",
47
- "threshold": "3 Kb"
48
- }
49
- ],
50
"lint-staged": {
51
"*.{md,ts,js,json}": [
52
"prettier --write es5",
scripts/deploy.sh
0 commit comments