Skip to content

Commit

Permalink
Merge pull request #29 from transifex/typo
Browse files Browse the repository at this point in the history
Fix typo when copying typescript definitions to `dist`
  • Loading branch information
kbairak authored Oct 27, 2020
2 parents 61a5c9b + 4a5e2e6 commit 4b9f03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 4b9f03e

Please sign in to comment.