Skip to content

Commit

Permalink
build: fixed the launch of start and build scripts in windows (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
LakeVostok authored Sep 2, 2022
1 parent 4036713 commit 03ac8a5
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 2 deletions.
52 changes: 52 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"test:coverage": "jest --coverage",
"clean": "gulp clean",
"build": "gulp",
"start": "TS_NODE_PROJECT=.storybook/tsconfig.json start-storybook -p 7007",
"build-storybook": "TS_NODE_PROJECT=.storybook/tsconfig.json build-storybook -c .storybook -o storybook-static",
"start": "cross-env TS_NODE_PROJECT=.storybook/tsconfig.json start-storybook -p 7007",
"build-storybook": "cross-env TS_NODE_PROJECT=.storybook/tsconfig.json build-storybook -c .storybook -o storybook-static",
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:styles": "stylelint '{styles,src}/**/*.scss'",
"lint:prettier": "prettier --check '**/*.md'",
Expand Down Expand Up @@ -68,6 +68,7 @@
"@yandex-cloud/prettier-config": "^1.0.0",
"@yandex-cloud/stylelint-config": "^1.0.0",
"@yandex-cloud/tsconfig": "^1.0.0",
"cross-env": "7.0.3",
"css-loader": "^5.2.7",
"eslint": "^8.8.0",
"eslint-plugin-testing-library": "^5.5.1",
Expand Down

0 comments on commit 03ac8a5

Please sign in to comment.