aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--package.json2
-rw-r--r--semantic.json2
3 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 8d94298..301baaa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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