Provide an option to only build rrweb-snapshot for inclusion in rrweb (#649)

This commit is contained in:
Eoghan Murray
2021-07-30 17:15:34 +01:00
committed by GitHub
parent 588164aa12
commit 1dc8d688d2
2 changed files with 22 additions and 12 deletions

View File

@@ -7,6 +7,7 @@
"prepack": "npm run bundle && npm run typings",
"test": "cross-env TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.ts",
"bundle": "rollup --config",
"bundle:es-only": "cross-env ES_ONLY=true rollup --config",
"typings": "tsc -d --declarationDir typings"
},
"repository": {