mirror of
https://github.com/primer/css.git
synced 2024-11-24 13:15:00 +03:00
4 lines
58 B
Bash
Executable File
4 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
npx npm-run-all --serial --silent "$@"
|