Skip to content

Commit 698dae3

Browse files
chore: remove redundant copy-resources wireit task
postbuild script now handles copying HTML templates, so the copy-resources wireit task is no longer needed.
1 parent 83d53f2 commit 698dae3

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"clean": "sf-clean",
7171
"clean-all": "sf-clean all",
7272
"compile": "wireit",
73-
"copy-resources": "wireit",
7473
"docs": "sf-docs",
7574
"fix-license": "eslint src test --fix --rule \"header/header: [2]\"",
7675
"format": "wireit",
@@ -108,15 +107,6 @@
108107
],
109108
"clean": "if-file-deleted"
110109
},
111-
"copy-resources": {
112-
"command": "mkdir -p lib/templates && cp src/templates/*.html lib/templates/",
113-
"files": [
114-
"src/templates/*.html"
115-
],
116-
"output": [
117-
"lib/templates/*.html"
118-
]
119-
},
120110
"format": {
121111
"command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\"",
122112
"files": [

0 commit comments

Comments
 (0)