You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in package.json command validate_all:
node ./api/starknet_executables.json
It is missing validate.js between node and file name.
I volunteer to fix this and make an improvement to iterate through all spec files and validate them, without needing to modify validate_all in package.json each time a new spec file is added.
The text was updated successfully, but these errors were encountered:
FabijanC
changed the title
Validate script not applied correctly
Validation script not applied correctly
Nov 29, 2024
There is a bug in
package.json
commandvalidate_all
:It is missing
validate.js
betweennode
and file name.I volunteer to fix this and make an improvement to iterate through all spec files and validate them, without needing to modify
validate_all
in package.json each time a new spec file is added.The text was updated successfully, but these errors were encountered: