Skip to content

Commit

Permalink
Added develop script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Aug 22, 2020
1 parent d23492b commit 7a75869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"build": "razzle build",
"test": "razzle test --env=jsdom --passWithNoTests",
"start:prod": "NODE_ENV=production node build/server.js",
"i18n": "NODE_ENV=production node node_modules/@plone/volto/src/i18n.js"
"i18n": "NODE_ENV=production node node_modules/@plone/volto/src/i18n.js",
"develop": "missdev --config=jsconfig.json --output=develop"
},
"jest": {
"modulePathIgnorePatterns": [
Expand Down

0 comments on commit 7a75869

Please sign in to comment.