Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 35321cd

Browse files
committed
Group build steps by output folder
1 parent 137fd2d commit 35321cd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
"step:01": "rimraf build dist **/.DS_Store",
7272
"step:02": "jshint . --exclude-path .gitignore",
7373
"step:03": "eslint --max-warnings 0 . --ext .ts",
74-
"step:04": "tsc",
75-
"step:05": "tsc --module UMD --outDir build/umd",
76-
"step:06": "copy-file build/umd/html-validator.js build/html-validator.umd.cjs",
77-
"step:07": "add-dist-header build dist",
74+
"step:10": "tsc",
75+
"step:11": "tsc --module UMD --outDir build/umd",
76+
"step:12": "copy-file build/umd/html-validator.js build/html-validator.umd.cjs",
77+
"step:20": "add-dist-header build dist",
7878
"pretest": "npm-run-all step:*",
7979
"test": "mocha spec --timeout 5000"
8080
},
@@ -87,13 +87,13 @@
8787
"devDependencies": {
8888
"@types/node": "~18.8",
8989
"@types/through2": "~2.0",
90-
"@typescript-eslint/eslint-plugin": "~5.39",
91-
"@typescript-eslint/parser": "~5.39",
90+
"@typescript-eslint/eslint-plugin": "~5.40",
91+
"@typescript-eslint/parser": "~5.40",
9292
"add-dist-header": "~0.3",
9393
"assert-deep-strict-equal": "~1.0",
9494
"copy-file-util": "~0.1",
95-
"copy-folder-cli": "~0.1",
96-
"eslint": "~8.24",
95+
"copy-folder-util": "~0.2",
96+
"eslint": "~8.25",
9797
"jshint": "~2.13",
9898
"mocha": "~10.0",
9999
"npm-run-all2": "~6.0",

0 commit comments

Comments
 (0)