Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelBinpar committed May 26, 2020
1 parent 9e52cc4 commit 9876661
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 @@ -10,7 +10,7 @@
"scripts": {
"build": "tsc",
"dev": "NODE_ENV=development ts-node-dev --debug --respawn --transpileOnly ./index.ts",
"upload": "npm run build;cp .snyk ./bin/.snyk;cd dist;npm i;npm publish --access=public;",
"upload": "npm run build;cp .snyk ./bin/.snyk;cd bin;npm i;npm publish --access=public;",
"start": "node ./bin/index.js",
"lint": "npx eslint --config ./.eslintrc ./**/*.ts",
"test": "jest",
Expand Down

0 comments on commit 9876661

Please sign in to comment.