Skip to content

Commit

Permalink
Cleaned up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Jan 28, 2019
1 parent 7b5c4bc commit 0241a83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"clean": "rimraf dist test/*/dist test/*/dist-jsdoc",
"build:prod": "NODE_ENV=production webpack",
"build:dev": "webpack",
"test": "jest",
"test": "cross-env NODE_ENV=production jest",
"test:dev": "jest",
"test:debug": "cross-env babel-node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
"prepare": "jest --clearCache",
"release": "npm run build:prod && npm publish dist && cross-env git tag v$npm_package_version && git push --tags && cross-env opn https://github.com/$npm_package_author_name/$(basename $PWD)/releases/new?tag=v$npm_package_version"
},
"author": "Jaid <[email protected]> (https://github.com/Jaid)",
Expand Down

0 comments on commit 0241a83

Please sign in to comment.