Skip to content

Commit

Permalink
Update config file name in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Apr 5, 2024
1 parent 1b30759 commit 9b8d9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"format-check": "prettier --check \"src/**/*.ts\" \"src/**/*.tsx\"",
"version": "cross-var replace '\\d+\\.\\d+\\.\\d+' $npm_package_version manifest.json native/install/windows_x86.nsi native/src/config.h && git add .",
"version": "cross-var replace '\\d+\\.\\d+\\.\\d+' $npm_package_version manifest.json native/install/windows_x86.nsi native/src/webserial_config.h && git add .",
"build": "gulp build",
"build:dev": "gulp build:dev",
"watch": "gulp watch",
Expand Down

0 comments on commit 9b8d9d5

Please sign in to comment.