Skip to content

Commit

Permalink
merge-upstream: Remove docs step from test
Browse files Browse the repository at this point in the history
Tests are still broken for other reasons...
  • Loading branch information
GarboMuffin committed Dec 25, 2023
1 parent 82fef9e commit 5032734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepublish-watch": "npm run watch",
"start": "webpack-dev-server",
"tap": "tap test/unit test/integration",
"test": "npm run lint && npm run docs && npm run build && npm run tap",
"test": "npm run lint && npm run build && npm run tap",
"version": "json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\"",
"watch": "webpack --progress --colors --watch --watch-poll"
},
Expand Down

0 comments on commit 5032734

Please sign in to comment.