leemunroe / grunt-email-workflow

A Grunt workflow for designing and testing responsive HTML email templates with SCSS.
MIT License
3.05k stars 339 forks source link

Fix: 2020 07 package audit #113

Closed taeo closed 4 years ago

taeo commented 4 years ago

npm run [COMMAND] Commands: build, rsupload, s3upload, send, serve. See details on passing additional arguments this way

{
  "scripts": {
    "build": "grunt",
    "rsupload": "grunt rsupload",
    "s3upload": "grunt s3upload",
    "send": "grunt send",
    "serve": "grunt serve"
  },
}
leemunroe commented 4 years ago

Nice update, thanks @taeo