Skip to content

Commit

Permalink
add language to the build process
Browse files Browse the repository at this point in the history
  • Loading branch information
marianzburlea committed Sep 6, 2018
1 parent 20296db commit e17fbbc
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 @@ -5,9 +5,10 @@
"main": "index.js",
"scripts": {
"start": "gulp dev --lang=en",
"prod": "npm run prod-en",
"prod-en": "gulp build --production --lang=en",
"prod-ro": "gulp build --production --lang=ro",
"deploy": "gulp build --production && gulp deploy && gulp clean:ghpages"
"deploy": "gulp build --production --lang=en && gulp deploy && gulp clean:ghpages"
},
"//": "CUSTOM CONFIGURATION",
"config": {
Expand Down

0 comments on commit e17fbbc

Please sign in to comment.