1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 01:04:04 +03:00

fix: run next w/npx

This commit is contained in:
Shawn Allen 2019-02-04 15:48:25 -08:00
parent 6d052cbc61
commit 897ef7ed9d

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [[ "$NODE_ENV" = "production" ]]; then
next
npx next
else
next start
npx next dev
fi