add root scripts and update contribution guide (#750)

This commit is contained in:
Justin Halsall
2021-11-06 02:00:07 +01:00
committed by GitHub
parent e9c792265f
commit a261f3d4de
4 changed files with 15 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
"test:headless": "npm run bundle:browser && PUPPETEER_HEADLESS=true jest",
"test:watch": "PUPPETEER_HEADLESS=true npm run test -- --watch",
"repl": "npm run bundle:browser && node scripts/repl.js",
"dev": "yarn bundle:browser --watch",
"bundle:browser": "cross-env BROWSER_ONLY=true rollup --config",
"bundle": "rollup --config",
"typings": "tsc -d --declarationDir typings",