Skip to content

Commit

Permalink
release script
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Sep 24, 2024
1 parent 34127c8 commit ffe4eaa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions testrunner/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sitespeed-result
12 changes: 12 additions & 0 deletions testrunner/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/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

np $* --no-yarn

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

node app.js --version | tr -d '\n' > ../../sitespeed.io/docs/_includes/version/testrunner.txt

0 comments on commit ffe4eaa

Please sign in to comment.