chore(): revert package.json

This commit is contained in:
JJ-Cro
2025-07-17 11:02:55 +02:00
parent 61dd72ac96
commit 98f1856c91

View File

@@ -12,7 +12,7 @@
"test": "jest", "test": "jest",
"test:watch": "jest --watch", "test:watch": "jest --watch",
"clean": "rimraf lib dist", "clean": "rimraf lib dist",
"build": "tsc --project tsconfig.build.json && npm run lint", "build": "tsc --project tsconfig.build.json",
"build:clean": "npm run clean && npm run build", "build:clean": "npm run clean && npm run build",
"build:watch": "npm run clean && tsc --project tsconfig.build.json --watch", "build:watch": "npm run clean && tsc --project tsconfig.build.json --watch",
"pack": "webpack --config webpack/webpack.config.js", "pack": "webpack --config webpack/webpack.config.js",