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:
parent
6d052cbc61
commit
897ef7ed9d
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ "$NODE_ENV" = "production" ]]; then
|
||||
next
|
||||
npx next
|
||||
else
|
||||
next start
|
||||
npx next dev
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user