Skip to content

Commit

Permalink
new go
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Sep 24, 2024
1 parent 8232264 commit a640af5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions testrunner/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testrunner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sitespeed.io/testrunner",
"version": "0.5.4",
"version": "0.5.5",
"description": "A test runner for sitespeed.io server.",
"type": "module",
"exports": "./app.js",
Expand Down
4 changes: 3 additions & 1 deletion testrunner/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ set -e
# You need np for this to work
# npm install --global np

np $* --no-yarn --tag-version-prefix=testrunner-v
npm config set tag-version-prefix=testrunner-v
np $* --no-yarn --yolo
npm config set tag-version-prefix=v

# bin/browsertime.js --help > ../sitespeed.io/docs/documentation/browsertime/configuration/config.md

Expand Down

0 comments on commit a640af5

Please sign in to comment.