#!/bin/bash
set -e

mkdir -p tmp
cd tmp
echo "{\"package\":\"tmp\",\"version\":\"0.0.0\"}" > package.json
npm i @primer/css@latest --force
