mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 05:22:04 +08:00
Add linting steps and improve testing steps
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# This script assumes that yarn has already ran.
|
||||
function main() {
|
||||
cd "$(dirname "${0}")/.."
|
||||
|
||||
@ -21,10 +22,6 @@ function main() {
|
||||
export PACKAGE="true"
|
||||
fi
|
||||
|
||||
if [[ -z ${SKIP_YARN:-} ]] ; then
|
||||
yarn
|
||||
fi
|
||||
|
||||
yarn build
|
||||
yarn binary
|
||||
if [[ -n ${PACKAGE:-} ]] ; then
|
||||
|
Reference in New Issue
Block a user