Skip to content

Commit

Permalink
re-add release-stable script (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
halocline authored Jul 23, 2024
1 parent 7f7a79b commit 7603a3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grommet-leaflet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"lint": "eslint . --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
"lint-fix": "eslint . --ext ts,tsx,js,jsx --fix",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"release-stable": "node ./tools/release-stable.mjs"
},
"peerDependencies": {
"grommet": "^2.32.0",
Expand Down

0 comments on commit 7603a3c

Please sign in to comment.