Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriiHoliuk authored Dec 16, 2019
1 parent 6123efd commit 6c053d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"scripts": {
"css:test": "rimraf ./backstop_data/bitmaps_test && backstop test --config=config/backstop/backstopConfig",
"css:reference": "rimraf ./backstop_data/bitmaps_reference && backstop reference --config=config/backstop/backstopConfig",
"deploy": "git add . && git commit -m 'solution' && git push origin develop && npm run publish",
"lint": "stylelint src/**/*.css && eslint src/**/*.js && htmllint --rc ./node_modules/@mate-academy/htmllint-config/.htmllintrc src/*.html",
"postinstall": "npm run css:reference && git checkout -b develop",
"postinstall": "npm run css:reference",
"publish": "bash ./config/hooks/deploy.sh",
"start": "node server.js",
"test": "npm run lint && npm run css:test"
Expand Down

0 comments on commit 6c053d7

Please sign in to comment.