mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-23 01:30:01 +01:00
remove /media folder copy
This commit is contained in:
parent
cd19e2d4c7
commit
5cc6e098f0
@ -8,11 +8,10 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "gatsby develop --host 0.0.0.0",
|
"start": "gatsby develop --host 0.0.0.0",
|
||||||
"build": "gatsby build && npm run copy",
|
"build": "gatsby build",
|
||||||
"ssr": "npm run build && serve -s public/",
|
"ssr": "npm run build && serve -s public/",
|
||||||
"test": "npm run lint && jest -c jest/jest.config.js --coverage --silent",
|
"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",
|
"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": "run-p --continue-on-error lint:js lint:css lint:md",
|
||||||
"lint:js": "eslint --ignore-path .gitignore --ext .js,.jsx,.ts,.tsx .",
|
"lint:js": "eslint --ignore-path .gitignore --ext .js,.jsx,.ts,.tsx .",
|
||||||
"lint:css": "stylelint 'src/**/*.css'",
|
"lint:css": "stylelint 'src/**/*.css'",
|
||||||
|
Loading…
Reference in New Issue
Block a user