Skip to content

Commit 2b18dac

Browse files
committed
v9.0.0 scripts cleanup
1 parent 38ba0d8 commit 2b18dac

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

packages/html-to-md/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@
3838
},
3939
"scripts": {
4040
"build:rollup": "rollup -c",
41-
"build": "npm run clean && npm run build:rollup",
41+
"build": "npm run clean && npm run build:rollup && npm run copy:license",
4242
"clean": "rimraf lib",
4343
"copy:license": "copyfiles -f ../../LICENSE .",
4444
"cover": "c8 --reporter=lcov --reporter=text-summary ava -t 20000",
45-
"lint": "eslint ../../",
46-
"prepublishOnly": "npm run copy:license && npm run lint && npm test",
4745
"test": "ava"
4846
},
4947
"dependencies": {

packages/html-to-text-cli/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@
3535
},
3636
"scripts": {
3737
"build:rollup": "rollup -c",
38-
"build": "npm run clean && npm run build:rollup",
38+
"build": "npm run clean && npm run build:rollup && npm run copy:license",
3939
"clean": "rimraf bin",
40-
"copy:license": "copyfiles -f ../../LICENSE .",
41-
"prepublishOnly": "npm run copy:license"
40+
"copy:license": "copyfiles -f ../../LICENSE ."
4241
},
4342
"dependencies": {
4443
"deepmerge": "^4.2.2",

packages/html-to-text/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@
4141
},
4242
"scripts": {
4343
"build:rollup": "rollup -c",
44-
"build": "npm run clean && npm run build:rollup",
44+
"build": "npm run clean && npm run build:rollup && npm run copy:license",
4545
"clean": "rimraf lib",
4646
"copy:license": "copyfiles -f ../../LICENSE .",
4747
"cover": "c8 --reporter=lcov --reporter=text-summary mocha -t 20000",
48-
"lint": "eslint ../../",
49-
"prepublishOnly": "npm run copy:license && npm run lint && npm test",
5048
"test": "mocha"
5149
},
5250
"dependencies": {

0 commit comments

Comments
 (0)