Skip to content

Commit 701c3dd

Browse files
mwczkylebuch8
authored andcommitted
make rhelement npm scripst identical to other elements (#139)
1 parent 1f28c92 commit 701c3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/rhelement/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"main": "index.js",
1414
"scripts": {
1515
"build": "../../node_modules/.bin/gulp && ../../node_modules/.bin/prettier --ignore-path ../../.prettierignore --write '**/*.{js,json}'",
16-
"start": "../../node_modules/.bin/gulp dev & npm run serve",
16+
"dev": "../../node_modules/.bin/gulp dev",
1717
"test": "../../node_modules/.bin/wct --configFile ../../wct.conf.json node_modules/@rhelements/rhelement/test/"
1818
},
1919
"author": {

0 commit comments

Comments
 (0)