mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 12:05:46 +08:00
feat(jasmine-node): use the jasmine-node NPM to run our non-browser specs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
if [ ! -e gen_docs.disable ]; then
|
||||
/usr/bin/env node docs/spec/specs.js --noColor | grep -v '/lib/jasmine' && node docs/src/gen-docs.js
|
||||
/usr/bin/env jasmine-node docs/spec -i docs/src -i lib --noColor && node docs/src/gen-docs.js
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user