Skip to content

Commit

Permalink
Remove '' from the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Nov 28, 2016
1 parent fd4c0f7 commit 27d7ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && sw-precache --config='sw-precache-config.js'",
"build": "react-scripts build && sw-precache --config=sw-precache-config.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
Expand Down

0 comments on commit 27d7ae9

Please sign in to comment.