Skip to content

Commit 726301f

Browse files
committed
Fix build error
1 parent 1001769 commit 726301f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"build:script": "npm run build:script-node && npm run build:script-web",
2323
"build:script-node": "webpack --env=target=node",
2424
"build:script-web": "webpack --env=target=web",
25-
"build:scss": "sass src/scss/react-dual-listbox.scss lib/react-dual-listbox.css",
25+
"build:scss": "sass src/scss/react-checkbox-tree.scss lib/react-checkbox-tree.scss",
2626
"build:style": "npm run build:scss && npm run build:style-autoprefix",
27-
"build:style-autoprefix": "postcss lib/react-dual-listbox.css --use autoprefixer --output lib/react-dual-listbox.css",
28-
"build": "npm run build-script && npm run build-style",
27+
"build:style-autoprefix": "postcss lib/react-checkbox-tree.scss --use autoprefixer --output lib/react-checkbox-tree.scss",
28+
"build": "npm run build:script && npm run build:style",
2929
"examples": "webpack serve --config=webpack.config.test.js",
3030
"format:style": "prettier --write src/scss/**/*.scss examples/src/scss/**/*.scss",
3131
"lint": "npm run lint:script && npm run lint:style",

0 commit comments

Comments
 (0)