Tweaks scripts

This commit is contained in:
Dan Mindru 2020-02-23 22:08:24 +01:00
parent 6f05af60ad
commit 31f824b664
1 changed files with 5 additions and 4 deletions

View File

@ -23,12 +23,13 @@
},
"homepage": "https://github.com/danmindru/responsive-html-email-signature#readme",
"scripts": {
"start": "gulp",
"once": "gulp run-pipeline",
"start": "node ./node_modules/.bin/gulp",
"once": "node ./node_modules/.bin/gulp run-pipeline",
"deploy": "npm run test && cp -r dist demo && git push origin `git subtree split --prefix demo develop`:gh-pages --force",
"test": "npm run once && node ./node_modules/.bin/ava",
"format": "prettier {tasks,tests}/**/*.js gulpfile.js .eslintrc.js --write",
"lint": "eslint ./**/*.js gulpfile.js --fix"
"test:watch": "npm run once && node ./node_modules/.bin/ava --watch",
"format": "node ./node_modules/.bin/prettier {tasks,tests}/**/*.js gulpfile.js .eslintrc.js --write",
"lint": "node ./node_modules/.bin/eslint ./**/*.js gulpfile.js"
},
"dependencies": {
"autoprefixer": "^9.7.4",