0.1.2
This commit is contained in:
parent
90dd810960
commit
3b7570349b
1 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "netlify-cms-react-starter",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.0.1",
|
||||
|
|
@ -50,8 +50,7 @@
|
|||
"start": "npm-run-all prepare-content -p start:content start:js",
|
||||
"start:js": "react-scripts start",
|
||||
"start:content": "chokidar 'content/**/**' -c 'npm run prepare-content'",
|
||||
"build":
|
||||
"npm-run-all -s prepare-content build:* build:postcss build:react-snapshot build:sitemap build:sw",
|
||||
"build": "npm-run-all -s prepare-content build:* build:postcss build:react-snapshot build:sitemap build:sw",
|
||||
"build:js": "react-scripts build",
|
||||
"build:postcss": "postcss build/static/css/*.css -r",
|
||||
"build:react-snapshot": "react-snapshot",
|
||||
|
|
@ -64,6 +63,8 @@
|
|||
"eject": "react-scripts eject"
|
||||
},
|
||||
"reactSnapshot": {
|
||||
"include": ["/404"]
|
||||
"include": [
|
||||
"/404"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue