We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e596d48 commit fd4be4aCopy full SHA for fd4be4a
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"main": "decko.js",
5
"description": "A collection of the most useful property decorators.",
6
"scripts": {
7
- "build": "babel src --source-root src -s -d .",
+ "build": "babel -f $npm_package_main -s -o $npm_package_main < src/${npm_package_main}",
8
"test": "jshint src/**.js && mocha --compilers js:babel/register tests/**/*.js",
9
"prepublish": "npm run build",
10
"release": "npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
0 commit comments