Skip to content

Commit

Permalink
fixed typo in Golang test script
Browse files Browse the repository at this point in the history
  • Loading branch information
krisbitney committed Oct 24, 2023
1 parent 80c6eef commit d417782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/templates/wasm/golang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codegen": "npx polywrap codegen",
"build": "npx polywrap build",
"deploy": "npx polywrap deploy",
"test": "yarn test:e2e:codegen && jest --passWithNoTests --runInBand --verbose",
"test": "yarn test:codegen && jest --passWithNoTests --runInBand --verbose",
"test:codegen": "npx polywrap codegen -m ./module/__tests__/types/polywrap.app.yaml -g ./module/__tests__/types/wrap"
},
"devDependencies": {
Expand Down

0 comments on commit d417782

Please sign in to comment.