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 arbrandes committed Dec 15, 2023
1 parent 48d0b67 commit 104d13c
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"
},
"husky": {
Expand Down

0 comments on commit 104d13c

Please sign in to comment.