add root scripts and update contribution guide (#750)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user