Skip to content

Commit

Permalink
feat: added start:with-theme script
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang authored and viktorrusakov committed Dec 15, 2023
1 parent f62996d commit 79c6470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx .",
"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",
"test:debug": "node --inspect-brk node_modules/.bin/fedx-scripts jest --runInBand --watch"
},
Expand Down

0 comments on commit 79c6470

Please sign in to comment.