diff --git a/package.json b/package.json index c2057f5d78..fd6d1a7ca0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ "manage:translations": "gulp purge:translations && gulp clear:cache && gulp build && node ./translations/translation-runner.js", "storybook": "start-storybook -p 6006 -c storybook", "storybook:build": "build-storybook -c storybook -o dist/storybook", - "themes:check": "gulp build:themes && node -r esm ./dist/utils/index.js", + "themes:check": "gulp build:themes && node -r esm ./dist/scripts/check.js", + "themes:update": "gulp build:themes && node -r esm ./dist/scripts/update.js", "clear:cache": "gulp clear:cache", "nix:dev": "nix-shell --arg autoStartBackend true --arg allowFaultInjection true --arg systemStart", "nix:staging": "nix-shell --arg autoStartBackend true --argstr cluster staging"