Add CONTRIBUTING.md - general instruction for contributors

This commit is contained in:
Faisal Salman
2023-09-28 18:20:49 +07:00
parent ea4f145e64
commit 954ce35755
2 changed files with 8 additions and 0 deletions

View File

@@ -190,6 +190,7 @@
],
"scripts": {
"build": "./script/build-dist.sh && ./script/build-module.js",
"build+test": "npm run build && npm run test",
"fuzz": "jazzer ./test/jazzer-fuzz-test.js --sync",
"test": "./script/test-all.sh",
"test:eslint": "eslint src && eslint script",