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", "homepage": "https://github.com/danmindru/responsive-html-email-signature#readme",
"scripts": { "scripts": {
"start": "gulp", "start": "node ./node_modules/.bin/gulp",
"once": "gulp run-pipeline", "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", "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", "test": "npm run once && node ./node_modules/.bin/ava",
"format": "prettier {tasks,tests}/**/*.js gulpfile.js .eslintrc.js --write", "test:watch": "npm run once && node ./node_modules/.bin/ava --watch",
"lint": "eslint ./**/*.js gulpfile.js --fix" "format": "node ./node_modules/.bin/prettier {tasks,tests}/**/*.js gulpfile.js .eslintrc.js --write",
"lint": "node ./node_modules/.bin/eslint ./**/*.js gulpfile.js"
}, },
"dependencies": { "dependencies": {
"autoprefixer": "^9.7.4", "autoprefixer": "^9.7.4",