Skip to content

Commit 2bcee5e

Browse files
mwczkylebuch8
authored andcommitted
fix rh-tabs and cp-theme build script (#203)
1 parent 07f8358 commit 2bcee5e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

elements/rh-tabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"main": "index.js",
1717
"scripts": {
18-
"build": "../../node_modules/.bin/gulp && ../../node_modules/.bin/rollup -c && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}'",
18+
"build": "../../node_modules/.bin/gulp && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}'",
1919
"dev": "../../node_modules/.bin/gulp dev",
2020
"test": "../../node_modules/.bin/wct --configFile ../../wct.conf.json node_modules/@rhelements/rh-tabs/test/"
2121
},

elements/rh-tabs/rh-tabs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/cp-theme/cp-theme.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/cp-theme/cp-theme.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/cp-theme/cp-theme.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/cp-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/RHElements/rhelements/themes/cp-theme.git"
1515
},
1616
"scripts": {
17-
"build": "../../node_modules/.bin/gulp && ../../node_modules/.bin/rollup -c && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}'",
17+
"build": "../../node_modules/.bin/gulp && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}'",
1818
"dev": "../../node_modules/.bin/gulp dev"
1919
},
2020
"contributors": [

0 commit comments

Comments
 (0)