Skip to content

Commit 92e9ead

Browse files
chore: added start:with-theme npm script (#138)
1 parent f62996d commit 92e9ead

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
@@ -16,6 +16,7 @@
1616
"lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx .",
1717
"snapshot": "fedx-scripts jest --updateSnapshot",
1818
"start": "fedx-scripts webpack-dev-server --progress",
19+
"start:with-theme": "paragon install-theme && npm start && npm install",
1920
"test": "fedx-scripts jest --coverage --passWithNoTests",
2021
"test:debug": "node --inspect-brk node_modules/.bin/fedx-scripts jest --runInBand --watch"
2122
},

0 commit comments

Comments
 (0)