diff options
author | Jakob Stendahl <jakobste@uio.no> | 2020-10-13 20:50:54 +0200 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2020-10-13 20:50:54 +0200 |
commit | 24757056f13ea75f957850b2669bfd8e81ea0f54 (patch) | |
tree | 5b0152907f64b6af0af398b35495bd529d4fd2c8 /package.json | |
parent | e53bddfc71d70eb9f2b7a2910b4b191bc43088ab (diff) | |
download | Aurora-data-24757056f13ea75f957850b2669bfd8e81ea0f54.tar.gz Aurora-data-24757056f13ea75f957850b2669bfd8e81ea0f54.zip |
Update paths
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c303fac..f56e50a 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", |