snapshot (#25411)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9397970644
Коммит
5a14575dee
@@ -11,6 +11,7 @@
|
|||||||
"run": "node scripts/run.js",
|
"run": "node scripts/run.js",
|
||||||
"dev-server": "node scripts/dev-server.js",
|
"dev-server": "node scripts/dev-server.js",
|
||||||
"test": "npm run test --workspaces --if-present",
|
"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",
|
"test-ci": "npm run test-ci --workspaces --if-present",
|
||||||
"check": "npm run check --workspaces --if-present",
|
"check": "npm run check --workspaces --if-present",
|
||||||
"fix": "npm run fix --workspaces --if-present",
|
"fix": "npm run fix --workspaces --if-present",
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"run": "rollup -c --watch",
|
"run": "rollup -c --watch",
|
||||||
"test": "cross-env TZ=Etc/UTC jest",
|
"test": "cross-env TZ=Etc/UTC jest",
|
||||||
|
"test:updatesnapshot": "cross-env TZ=Etc/UTC jest --updateSnapshot",
|
||||||
"test-ci": "cross-env TZ=Etc/UTC jest",
|
"test-ci": "cross-env TZ=Etc/UTC jest",
|
||||||
"clean": "rm -rf dist node_modules tsconfig.tsbuildinfo .rollup.cache"
|
"clean": "rm -rf dist node_modules tsconfig.tsbuildinfo .rollup.cache"
|
||||||
},
|
},
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user