mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Add target param to building script
This commit is contained in:
parent
8b55796d63
commit
747e07fb5c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "parcel index.html",
|
"dev": "parcel index.html",
|
||||||
"build": "parcel build index.html",
|
"build": "parcel build index.html --public-url",
|
||||||
"lint": "eslint --fix src"
|
"lint": "eslint --fix src"
|
||||||
},
|
},
|
||||||
"author": "He4eT",
|
"author": "He4eT",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue