mirror of
https://github.com/sussy-code/smov.git
synced 2026-04-21 08:31:57 +00:00
remove preinstall script
Some checks are pending
Deploying / Build PWA (push) Waiting to run
Deploying / Build (push) Waiting to run
Deploying / Release (push) Blocked by required conditions
Deploying / Push to registry (push) Waiting to run
Linting and Testing / Run Linters (push) Waiting to run
Linting and Testing / Build project (push) Waiting to run
Linting and Testing / Build Docker (push) Waiting to run
Some checks are pending
Deploying / Build PWA (push) Waiting to run
Deploying / Build (push) Waiting to run
Deploying / Release (push) Blocked by required conditions
Deploying / Push to registry (push) Waiting to run
Linting and Testing / Run Linters (push) Waiting to run
Linting and Testing / Build project (push) Waiting to run
Linting and Testing / Build Docker (push) Waiting to run
This commit is contained in:
parent
680b442bee
commit
fbf501bdea
1 changed files with 1 additions and 2 deletions
|
|
@ -12,8 +12,7 @@
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"lint": "eslint --ext .tsx,.ts src",
|
"lint": "eslint --ext .tsx,.ts src",
|
||||||
"lint:fix": "eslint --fix --ext .tsx,.ts src",
|
"lint:fix": "eslint --fix --ext .tsx,.ts src",
|
||||||
"lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src",
|
"lint:report": "eslint --ext .tsx,.ts --output-file eslint_report.json --format json src"
|
||||||
"preinstall": "npx -y only-allow pnpm"
|
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue