Update package.json

This commit is contained in:
Joshua Lochner 2023-05-08 05:44:25 +02:00
parent 4422adb928
commit b25f19350f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"webpack": "webpack", "webpack": "webpack",
"typegen": "tsc", "typegen": "tsc ./src/transformers.js --allowJs --declaration --emitDeclarationOnly --declarationMap --outDir types",
"dev": "webpack serve --no-client-overlay", "dev": "webpack serve --no-client-overlay",
"generate-tests": "python tests/generate_tests.py", "generate-tests": "python tests/generate_tests.py",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --verbose",