Skip to content

Commit

Permalink
update package.json scripts for wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Nov 2, 2022
1 parent a23f2b0 commit 4a4d308
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
"gui-test": "babel-node scripts/build-tests.js && open http://localhost:8585 && node ./tests/server.js",
"lint": "eslint .",
"lint-staged": "lint-staged",
"wiki:check-table-updates": "node ./scripts/check-sources-updates.js",
"wiki:build-table": "yarn wiki:check-table-updates && node ./scripts/build-compatibility-table.js",
"wiki:build-docs": "node scripts/build-docs.js",
"wiki:check-updates": "node ./scripts/check-sources-updates.js",
"wiki:update": "yarn wiki:check-updates && node ./scripts/build-compatibility-table.js",
"wiki:update": "yarn wiki:build-table && yarn wiki:build-docs",
"prepublishOnly": "yarn build",
"increment": "yarn version --patch --no-git-tag-version"
},
Expand Down

0 comments on commit 4a4d308

Please sign in to comment.