File: build.sh

package info (click to toggle)
node-sockjs-client 1.6.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,424 kB
  • sloc: javascript: 4,966; sh: 7; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 93 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e

if [ "x${BROWSER}" = "x" ]; then
	npm run lint
	npm test
else
	exit 1
fi