mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
snapshot (#25411)
This commit is contained in:
parent
9397970644
commit
5a14575dee
@ -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",
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user