🔥 新增 public-url 指向 font 的编译选项

This commit is contained in:
崮生 2020-03-21 11:23:40 +08:00
parent d1825cee32
commit 6587b8d3cb

View File

@ -7,6 +7,7 @@
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build && parcel build ./static/index.html",
"build:font": "nest build && parcel build ./static/index.html --public-url ./font/",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start:web": "parcel ./static/index.html",
"start": "nest start",