Skip to content

Commit fd728b3

Browse files
Update Knip configuration and package.json scripts for improved execution
- Added 'nps' to the ignoreBinaries in Knip configuration to prevent unnecessary warnings. - Updated the start script in package.json to use 'nps' for better script management. These changes enhance the efficiency and clarity of the project's script execution.
1 parent e0d1365 commit fd728b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

knip.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const config: KnipConfig = {
1010
ignoreBinaries: [
1111
// Has to be installed globally
1212
'yalc',
13+
'nps',
1314
],
1415
ignore: ['react_on_rails_pro/**'],
1516
ignoreDependencies: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"scripts": {
6161
"test": "yarn workspaces run test",
6262
"clean": "yarn workspaces run clean",
63-
"start": "yarn workspaces run start",
63+
"start": "nps",
6464
"build": "yarn workspaces run build",
6565
"build-watch": "yarn workspaces run build-watch",
6666
"lint": "nps eslint",

0 commit comments

Comments
 (0)