Skip to content

Commit

Permalink
new script
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Sep 24, 2024
1 parent 092a42c commit d0a0784
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions server/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
set -e
# You need np for this to work
# npm install --global np

npm config set tag-version-prefix=server-v
np $* --no-tests
npm config set tag-version-prefix=v

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

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

0 comments on commit d0a0784

Please sign in to comment.