mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
3 lines
112 B
Bash
Executable file
3 lines
112 B
Bash
Executable file
#!/bin/bash
|
|
. ~/.bashrc
|
|
node docs/spec/specs.js --noColor | grep -v '/lib/jasmine' && node docs/src/gen-docs.js
|