From 4a5e2e665a91b7bd641cd3c8549d32eda00e4067 Mon Sep 17 00:00:00 2001 From: Konstantinos Bairaktaris Date: Tue, 27 Oct 2020 09:12:01 +0200 Subject: [PATCH] Fix typo --- packages/native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/native/package.json b/packages/native/package.json index a7c92455..6c1dec2c 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -20,7 +20,7 @@ "repository": "git://github.com/transifex/transifex-javascript.git", "scripts": { "eslint": "eslint src/", - "build": "NODE_ENV=production webpack --config ./webpack.config.js && cp src/index.d.ts dist/node.native.d.tx", + "build": "NODE_ENV=production webpack --config ./webpack.config.js && cp src/index.d.ts dist/node.native.d.ts", "test": "NODE_ENV=test webpack --config webpack.test.js && nyc --reporter=text mocha --exit dist/test.native.js --require source-map-support/register && rm -f ./dist/test.*" }, "bugs": {