Skip to content

Commit

Permalink
fix: cicd bugfix #114
Browse files Browse the repository at this point in the history
  • Loading branch information
rprovodenko authored Jul 22, 2021
1 parent 236cf34 commit 2a59392
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 @@ -54,7 +54,7 @@
"prepublishOnly": "yarn build:ts",
"prettier:check": "prettier --check '**/*.{js,json,md,ts,yml}'",
"prettier:fix": "prettier --write '**/*.{js,json,md,ts,yml}'",
"postpublish": "yarn cleanup:binaries && yarn prebuild:upload",
"postpublish": "yarn prebuild:upload",
"test": "yarn build:ts && NODE_OPTIONS='--max-old-space-size=8192' jest --runInBand --testTimeout=60000"
},
"resolutions": {
Expand Down

0 comments on commit 2a59392

Please sign in to comment.