1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

Update package.json

This commit is contained in:
Alain Pitiot 2021-07-07 16:11:35 +02:00 committed by GitHub
parent ebc128a2b6
commit 6211e606dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
"scripts": {
"build": "npm run build:js && npm run build:css && npm run build:docs",
"build:css": "node ./scripts/build.css.cjs",
"build:docs": "jsdoc src -r -d docs -c jsdoc-conf.json --readme README.md",
"build:docs": "jsdoc src -r -d docs --readme README.md",
"build:js": "node ./scripts/build.js.cjs",
"lint": "npm run lint:js && npm run lint:css",
"lint:css": "csslint src",