mirror of
https://github.com/primer/css.git
synced 2024-11-11 04:00:54 +03:00
5 lines
75 B
Bash
Executable File
5 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
npx lerna publish --exact --skip-npm --since=master $@
|