lix-website/themes/lix/assets/bootstrap/node_modules/ci-env/wercker.yml
2024-04-26 22:49:34 -06:00

17 lines
343 B
YAML

box:
id: node:10
build:
steps:
- script:
name: set production false
code: |
npm config set -g production false
- script:
name: echo nodejs information
code: |
echo "node version $(node -v) running"
echo "npm version $(npm -v) running"
- npm-install
- npm-test