Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from samuelvanderwaal/fix/package-json-typo
Browse files Browse the repository at this point in the history
fix typo in package.json file
  • Loading branch information
stegaBOB authored Jan 28, 2023
2 parents b60fea0 + fe4c356 commit 2674099
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 @@ -8,7 +8,7 @@
"private": true,
"scripts": {
"build:rust": "(cd program; cargo build-bpf)",
p "build:docs": "yarn workspace my-program-name build:docs",
"build:docs": "yarn workspace my-program-name build:docs",
"build": "yarn build:rust && yarn solita && yarn fix:format && yarn build:sdk && yarn build:docs",
"update-sol-deps": "./scripts/update-solana-dependencies.sh",
"rename": "./scripts/rename.sh",
Expand Down

0 comments on commit 2674099

Please sign in to comment.