Skip to content

Commit

Permalink
Disable building the docs for 3.13.x releases
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkfranz committed Feb 7, 2020
1 parent 8adb03f commit faf43b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -106,8 +106,7 @@
"copyright": "node -r esm license-update",
"dist:copy": "cpy build/cytoscape.umd.js build/cytoscape.min.js build/cytoscape.cjs.js build/cytoscape.esm.js build/cytoscape.esm.min.js dist",
"dist": "cross-env NODE_ENV=production run-s build dist:*",
"release": "run-s copyright dist docs",
"postpublish": "run-s docs:push",
"release": "run-s copyright dist",
"watch": "run-s watch:fast",
"watch:sync": "livereload \"build, debug\"",
"watch:http": "http-server -s -c -1 -o",
Expand Down

0 comments on commit faf43b0

Please sign in to comment.