feat: live updates

This commit is contained in:
Daniel Lautzenheiser
2023-07-19 16:15:46 -04:00
parent 7601111424
commit 5046dc1558
10 changed files with 58 additions and 39 deletions

View File

@ -25,7 +25,7 @@
"prepublishOnly": "yarn build ",
"prepack": "cp ../../README.md ./",
"postpack": "rm ./README.md",
"serve": "webpack serve",
"serve": "webpack serve --config-name configMain",
"test": "cross-env NODE_ENV=test jest",
"test:integration": "cross-env NODE_ENV=test jest -c jest.config.integration.js",
"test:ci": "cross-env NODE_ENV=test jest --maxWorkers=2 --coverage",