Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Sep 24, 2024
1 parent e2ff42e commit 092a42c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testrunner/release.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#!/bin/bash
set -e
# Super simple release script for browsertime
# Lets use it it for now and make it better over time :)
# You need np for this to work
# npm install --global np

npm config set tag-version-prefix=testrunner-v
np $* --no-yarn --yolo
np $* --no-tests
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 092a42c

Please sign in to comment.