mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-13 08:59:54 +08:00
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
. ~/.bashrc
|
|
node docs/spec/specs.js --noColor && node docs/src/gen-docs.js
|