chore: added start:with-theme npm script (#747)

This commit is contained in:
Peter Kulko
2023-12-15 10:15:04 +02:00
committed by GitHub
parent 94725dfe3c
commit ad8fe53348

View File

@@ -17,6 +17,7 @@
"lint:fix": "npm run stylelint && fedx-scripts eslint --ext .js --ext .jsx . --fix",
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress",
"start:with-theme": "paragon install-theme && npm start && npm install",
"test": "fedx-scripts jest --coverage --passWithNoTests",
"types": "tsc --noEmit"
},