Skip to content

Commit

Permalink
Merge pull request #234 from xmtp/fix-version-issue
Browse files Browse the repository at this point in the history
Correct package version in deployed code
  • Loading branch information
neekolas authored Dec 5, 2022
2 parents fdf5886 + 033011a commit 6126ede
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 @@ -17,7 +17,7 @@
"clean": "node tools/cleanup && npm run clean:proto",
"clean:proto": "rm -rf src/proto/*.ts",
"package": "npm pack",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"test": "npm run test:node",
"test:node": "jest --no-cache --env='node' --forceExit --testTimeout=30000",
"test:jsdom": "jest --no-cache --env='./jest.jsdom.env.js' --forceExit --testTimeout=30000",
Expand Down

0 comments on commit 6126ede

Please sign in to comment.