We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21139e9 commit bf3c509Copy full SHA for bf3c509
package.json
@@ -21,10 +21,10 @@
21
"scripts": {
22
"test": "jest",
23
"test.watch": "jest --watch",
24
- "build": "tsc && npm run rollup && uglifyjs dist/index.js -o dist/index.min.js --source-map",
25
"dist": "ts-node ./scripts/publish-prep.ts",
26
"lint": "tslint --project tsconfig.json --config tslint.json",
27
- "rollup": "rollup dist/index.js --file dist/index.js -m --format umd --name \"typescript-monads\""
+ "build": "tsc -p tsconfig.build.json && npm run rollup && uglifyjs dist/index.js -o dist/index.min.js --source-map",
+ "rollup": "rollup dist/index.js -o dist/index.js --format umd --name \"typescript-monads\" -m"
28
},
29
"release": {
30
"pkgRoot": "dist"
0 commit comments