This commit is contained in:
M-ZubairAhmed 2023-11-14 01:43:58 +05:30 committed by GitHub
parent 9397970644
commit 5a14575dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"run": "node scripts/run.js",
"dev-server": "node scripts/dev-server.js",
"test": "npm run test --workspaces --if-present",
"test:updatesnapshot": "npm run test:updatesnapshot --workspaces --if-present",
"test-ci": "npm run test-ci --workspaces --if-present",
"check": "npm run check --workspaces --if-present",
"fix": "npm run fix --workspaces --if-present",

View File

@ -9,6 +9,7 @@
"build": "rollup -c",
"run": "rollup -c --watch",
"test": "cross-env TZ=Etc/UTC jest",
"test:updatesnapshot": "cross-env TZ=Etc/UTC jest --updateSnapshot",
"test-ci": "cross-env TZ=Etc/UTC jest",
"clean": "rm -rf dist node_modules tsconfig.tsbuildinfo .rollup.cache"
},