1
0
Fork 0

remove /media folder copy

This commit is contained in:
Matthias Kretschmann 2021-03-21 21:50:46 +01:00
parent cd19e2d4c7
commit 5cc6e098f0
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 2 deletions

View File

@ -8,11 +8,10 @@
"main": "index.js",
"scripts": {
"start": "gatsby develop --host 0.0.0.0",
"build": "gatsby build && npm run copy",
"build": "gatsby build",
"ssr": "npm run build && serve -s public/",
"test": "npm run lint && jest -c jest/jest.config.js --coverage --silent",
"test:watch": "npm run lint && jest -c jest/jest.config.js --coverage --watch",
"copy": "cp -R content/media/ public",
"lint": "run-p --continue-on-error lint:js lint:css lint:md",
"lint:js": "eslint --ignore-path .gitignore --ext .js,.jsx,.ts,.tsx .",
"lint:css": "stylelint 'src/**/*.css'",