@accelbyte/error-translator 0.0.0-dev-20240904033042 → 0.0.0-dev-20240910111050

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accelbyte/error-translator",
3
- "version": "0.0.0-dev-20240904033042",
3
+ "version": "0.0.0-dev-20240910111050",
4
4
  "author": "AccelByte Inc",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./dist/cjs/index.js",
@@ -10,6 +10,7 @@
10
10
  "build": "yarn build:js && yarn build:types",
11
11
  "build:js": "rollup -c rollup.config.mjs",
12
12
  "build:types": "tsc --project tsconfig.build.json --emitDeclarationOnly",
13
+ "test-and-build": "yarn test && yarn build",
13
14
  "test": "echo ''",
14
15
  "clean": "npx rimraf dist && npx rimraf node_modules"
15
16
  },