Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-mu authored Nov 1, 2024
1 parent f8a52c4 commit 9dfd190
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"server": "docker compose up --build",
"sign": "npx --yes @grafana/sign-plugin@latest --distDir ./felixrelleum-geomapwms-panel",
"validate": "npm run build && zip -qr felixrelleum-geomapwms-panel.zip felixrelleum-geomapwms-panel && npx --yes @grafana/plugin-validator@latest -config ./plugin-validator-config.yml -sourceCodeUri file://. felixrelleum-geomapwms-panel.zip; rm -r felixrelleum-geomapwms-panel.zip",
"start": "yarn watch",
"test:all": "jest --coverage",
"test": "jest --watch --onlyChanged",
"test:ci": "jest --passWithNoTests --maxWorkers 4",
Expand Down Expand Up @@ -95,10 +94,8 @@
"react-highlight-words": "^0.17.0",
"react-use": "^17.3.1",
"tinycolor2": "^1.4.2",
"tslib": "2.5.3",
"yarn": "^1.22.17"
"tslib": "2.5.3"
},
"packageManager": "[email protected]",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit 9dfd190

Please sign in to comment.