Skip to content

Commit e960479

Browse files
committed
chore: fix usage of cpy-cli package
1 parent fe447d3 commit e960479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"prepare": "husky install && node generate-fixtures.js",
1818
"test": "mocha",
19-
"compile": "tsc --project tsconfig.build.json && cpy '**/*.scss' '../dist/src' --cwd='src' --parents",
19+
"compile": "tsc --project tsconfig.build.json && cpy 'src/**/*.scss' 'dist/src'",
2020
"storybook": "start-storybook -p 6006",
2121
"build-storybook": "build-storybook",
2222
"eslint-fix": "eslint --ext ts,tsx --max-warnings 0 --fix src test",

0 commit comments

Comments
 (0)