diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | semantic.json | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -24,4 +24,5 @@ yarn-error.log* .cache dist/ -semantic/
\ No newline at end of file +semantic/ +public/
\ No newline at end of file diff --git a/package.json b/package.json index 0546488..86c5ba0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "scripts": { "dev": "parcel src/index.html", - "build": "parcel build src/index.html --no-source-maps", + "build": "parcel build src/index.html --no-source-maps --out-dir public", "format": "prettier \"src/**/*.{js,css,html}\" --write", "lint": "eslint \"src/**/*.{js,jsx} --quiet" }, diff --git a/semantic.json b/semantic.json index fa4e9f8..107cec8 100644 --- a/semantic.json +++ b/semantic.json @@ -16,7 +16,7 @@ "clean": "dist/" }, "permission": false, - "autoInstall": false, + "autoInstall": true, "rtl": false, "version": "2.7.8" }
\ No newline at end of file |