mirror of
https://github.com/primer/css.git
synced 2024-11-23 03:10:10 +03:00
8 lines
142 B
Bash
Executable File
8 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
mkdir -p tmp
|
|
cd tmp
|
|
echo "{\"package\":\"tmp\",\"version\":\"0.0.0\"}" > package.json
|
|
yarn add --force @primer/css@latest
|