diff --git a/package.json b/package.json index f1fcb7a38a1b..ad5ef18a537e 100644 --- a/package.json +++ b/package.json @@ -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",