Roughing out the demo app
This commit is contained in:
21
node_modules/json-server/appveyor.yml
generated
vendored
Normal file
21
node_modules/json-server/appveyor.yml
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# Test against this version of Node.js
|
||||
environment:
|
||||
nodejs_version: "8"
|
||||
|
||||
# Install scripts. (runs after repo cloning)
|
||||
install:
|
||||
# Get the latest stable version of Node.js
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
# install modules
|
||||
- npm install
|
||||
|
||||
# Post-install test scripts.
|
||||
test_script:
|
||||
# Output useful info for debugging.
|
||||
- node --version
|
||||
- npm --version
|
||||
# run tests
|
||||
- npm test
|
||||
|
||||
# Don't actually build.
|
||||
build: off
|
||||
Reference in New Issue
Block a user