We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe447d3 commit e960479Copy full SHA for e960479
package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"prepare": "husky install && node generate-fixtures.js",
18
"test": "mocha",
19
- "compile": "tsc --project tsconfig.build.json && cpy '**/*.scss' '../dist/src' --cwd='src' --parents",
+ "compile": "tsc --project tsconfig.build.json && cpy 'src/**/*.scss' 'dist/src'",
20
"storybook": "start-storybook -p 6006",
21
"build-storybook": "build-storybook",
22
"eslint-fix": "eslint --ext ts,tsx --max-warnings 0 --fix src test",
0 commit comments