Remove p from the production run make recipe
This commit is contained in:
parent
e757168351
commit
cfa5d7aaad
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ prod: build
|
|||
rund:
|
||||
NODE_ENV=development node dist/main.js
|
||||
|
||||
runp:
|
||||
run:
|
||||
NODE_ENV=production node dist/main.js
|
||||
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue