Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Merge f341d89 into 2691965
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 16, 2019
2 parents 2691965 + f341d89 commit d041b78
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 2 deletions.
76 changes: 76 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -20,11 +20,11 @@
"dev": "npm run watch",
"eslint": "eslint . --cache --cache-location node_modules/.cache/.eslintcache",
"stylelint": "stylelint \"public/**/*.css\" --cache --cache-location node_modules/.cache/.stylelintcache",
"lint": "npm run stylelint && npm run eslint",
"lint": "npm-run-all --continue-on-error --parallel stylelint eslint",
"mocha": "mocha",
"server": "node ./index.js",
"start": "cross-env NODE_ENV=production npm run server",
"test": "npm run copyright && npm run lint && npm run mocha",
"test": "npm-run-all --parallel copyright lint --sequential mocha",
"travis": "nyc npm test",
"watch": "nodemon --ext css,js,html --exec \"npm run server\""
},
Expand All @@ -43,6 +43,7 @@
"glob": "^7.1.4",
"mocha": "^6.1.4",
"nodemon": "^1.19.0",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.1",
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0"
Expand Down

0 comments on commit d041b78

Please sign in to comment.