aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f56e50a..b1f5e1c 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"build": "npm run build:css && sapper build --legacy",
"watch:css": "postcss static/global.css -o static/index.css -w",
"build:css": "NODE_ENV=production postcss static/global.css -o static/index.css",
- "export": "sapper export --basepath Aurora-data --legacy",
+ "export": "sapper export --basepath 'Aurora-data' --legacy",
"start": "node __sapper__/build",
"start:dev": "sapper dev",
"cy:run": "cypress run",