Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

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 afa414d commit 0d4140c
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 --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",
"test:watch": "fedx-scripts jest --coverage --watchAll --watch",
"clear-jest": "fedx-scripts jest --clearCache"
Expand Down

0 comments on commit 0d4140c

Please sign in to comment.