lix-website/themes/lix/assets/bootstrap/node_modules/ci-env/wercker.yml

17 lines
343 B
YAML
Raw Normal View History

2024-04-27 03:39:10 +00:00
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