Skip to content

Commit

Permalink
fix package.json scripts for wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Nov 3, 2022
1 parent 11d2e3c commit c604e16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
"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-table": "node ./scripts/check-sources-updates.js && node ./scripts/build-compatibility-table.js",
"wiki:build-docs": "node scripts/build-docs.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 c604e16

Please sign in to comment.