mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
Specify the target build directory
This commit is contained in:
parent
569c0c451f
commit
089b0714d5
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "parcel index.html",
|
||||
"build": "parcel build index.html --public-url",
|
||||
"build": "parcel build index.html --out-dir docs --public-url",
|
||||
"lint": "eslint --fix src"
|
||||
},
|
||||
"author": "He4eT",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue