Skip to content

Commit 59c78ac

Browse files
chore: added start:with-theme npm script (#378)
1 parent 238854b commit 59c78ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
1313
"snapshot": "fedx-scripts jest --updateSnapshot",
1414
"start": "fedx-scripts webpack-dev-server --progress",
15+
"start:with-theme": "paragon install-theme && npm start && npm install",
1516
"test": "fedx-scripts jest --coverage"
1617
},
1718
"files": [

0 commit comments

Comments
 (0)