more doc for build script + fixes

This commit is contained in:
janis
2023-01-24 13:37:05 +01:00
parent 367b65f150
commit 4fb1ff42c1
5 changed files with 26 additions and 30 deletions

View File

@@ -22,7 +22,7 @@
"url": "https://github.com/impress/impress.js/issues"
},
"scripts": {
"all": "npm run build && npm run test && npm run lint",
"all": "npm run build && npm run test && npm run lint && npm run build-website",
"build": "node build.js",
"lint": "npm exec -- jshint src test/*.js && npm exec -- jscs src test/*.js",
"new-lint": "npm exec -- eslint src test",