fix build, add docs

This commit is contained in:
Anton Lavrenov
2021-09-23 16:43:38 -05:00
parent 88e3954c80
commit 7a6faebfc4
6 changed files with 7816 additions and 43 deletions

View File

@@ -33,7 +33,7 @@
"test:browser": "npm run test:build && mocha-headless-chrome -f ./test-build/unit-tests.html -a disable-web-security",
"test:node": "env TS_NODE_PROJECT=\"./test/tsconfig.json\" mocha -r ts-node/register test/unit/**/*.ts --exit && npm run test:import",
"test:watch": "rm -rf ./parcel-cache && parcel serve ./test/unit-tests.html ./test/manual-tests.html",
"tsc": "tsc && tsc --build ./tsconfig-cmj.json",
"tsc": "tsc --removeComments && tsc --build ./tsconfig-cmj.json",
"rollup": "rollup -c",
"clean": "rm -rf ./lib && rm -rf ./types && rm -rf ./cmj && rm -rf ./test-build",
"watch": "rollup -c -w",