From c08d0926020d4be8a967a6e99a9d2f1ce3bb8c6f Mon Sep 17 00:00:00 2001 From: Renard Date: Sun, 22 Sep 2019 13:22:36 -0300 Subject: zeit test --- .gitignore | 3 ++- package.json | 2 +- semantic.json | 2 +- 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 -- cgit v1.2.1-18-gbd029