Skip to content

Commit

Permalink
[DDW-697] Adds paths to new scripts files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusHurney committed Jul 12, 2019
1 parent b547cde commit 144e4ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -28,7 +28,8 @@
"manage:translations": "gulp purge:translations && gulp clear:cache && gulp build && node ./translations/translation-runner.js", "manage:translations": "gulp purge:translations && gulp clear:cache && gulp build && node ./translations/translation-runner.js",
"storybook": "start-storybook -p 6006 -c storybook", "storybook": "start-storybook -p 6006 -c storybook",
"storybook:build": "build-storybook -c storybook -o dist/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", "clear:cache": "gulp clear:cache",
"nix:dev": "nix-shell --arg autoStartBackend true --arg allowFaultInjection true --arg systemStart", "nix:dev": "nix-shell --arg autoStartBackend true --arg allowFaultInjection true --arg systemStart",
"nix:staging": "nix-shell --arg autoStartBackend true --argstr cluster staging" "nix:staging": "nix-shell --arg autoStartBackend true --argstr cluster staging"
Expand Down

0 comments on commit 144e4ef

Please sign in to comment.