Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 20, 2024
1 parent 30c572e commit b976862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"prepare": "npm run dist && npm run dist-spinner && npm run distlib && npm run distlib-scss",
"typecheck": "tsc --project tsconfig-all.json --noEmit",
"doc": "typedoc",
"build-storybook": "NODE_ENV=env TARGET=ngeo-examples storybook build --output-dir=.build/storybook",
"storybook": "NODE_ENV=env TARGET=ngeo-examples storybook dev --port=6006",
"storybook-ci": "NODE_ENV=env TARGET=ngeo-examples storybook dev --port=6006 --ci",
"build-storybook": "TARGET=ngeo-examples storybook build --output-dir=.build/storybook",
"storybook": "TARGET=ngeo-examples storybook dev --port=6006",
"storybook-ci": "TARGET=ngeo-examples storybook dev --port=6006 --ci",
"cypress-cli": "cypress run --headless",
"cypress-ui": "cypress open --e2e",
"test-cli": "start-server-and-test storybook-ci http://localhost:6006 cypress-cli",
Expand Down

0 comments on commit b976862

Please sign in to comment.