adjusted some spacing stuff on the bin page

This commit is contained in:
Carter 2025-05-06 11:17:35 -06:00
parent ee86ec176c
commit 59c14e3f8b
5 changed files with 39 additions and 34 deletions

View file

@ -13,8 +13,8 @@ dependencies:production:
only:
refs:
- master
before_script:
- npm -g config set user root
# before_script:
# - npm -g config set user root
script:
- npm ci
cache:
@ -28,17 +28,17 @@ dependencies:production:
paths:
- node_modules/
test:
image: node:$NODE_VERSION
stage: setup
dependencies:
- dependencies:production
only:
- master
before_script:
- npm run lint
script:
- CI=true npm run test
# test:
# image: node:$NODE_VERSION
# stage: setup
# dependencies:
# - dependencies:production
# only:
# - master
# before_script:
# - npm run lint
# script:
# - CI=true npm run test
setup:production:
image: node:$NODE_VERSION