|
|
@ -24,7 +24,6 @@ |
|
|
"test:gzip": "npx http-server dist --cors --gzip -c-1", |
|
|
"test:gzip": "npx http-server dist --cors --gzip -c-1", |
|
|
"test:br": "npx http-server dist --cors --brotli -c-1", |
|
|
"test:br": "npx http-server dist --cors --brotli -c-1", |
|
|
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", |
|
|
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", |
|
|
"prepare": "husky install", |
|
|
|
|
|
"gen:icon": "esno ./build/generate/icon/index.ts", |
|
|
"gen:icon": "esno ./build/generate/icon/index.ts", |
|
|
"postbuild:dev": "yarn oss dev", |
|
|
"postbuild:dev": "yarn oss dev", |
|
|
"postbuild:test": "yarn oss test", |
|
|
"postbuild:test": "yarn oss test", |
|
|
|