Skip to content

Commit

Permalink
fix: PR comments update
Browse files Browse the repository at this point in the history
  • Loading branch information
monteri committed Aug 10, 2023
1 parent a4641b2 commit da4b777
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions bin/paragon-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ const themeCommand = require('./install-theme');
// command: executor function
const COMMANDS = {
'install-theme': themeCommand,
// eslint-disable-next-line no-console
test: () => console.log('Executing "paragon test" function...'),
};

(async () => {
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"precommit": "npm run lint",
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress",
"start:with-theme": "paragon install-theme && npm start",
"start:with-theme": "../bin/paragon-scripts.js install-theme && npm start",
"test": "fedx-scripts jest --coverage --passWithNoTests"
},
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da4b777

Please sign in to comment.