Skip to content

Commit b9d3abf

Browse files
authored
fix: include edge templates in the bundle (#1317)
1 parent 472a5f0 commit b9d3abf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

package-lock.json

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "lib/index.js",
66
"files": [
77
"lib/**/*",
8+
"src/templates/edge/*",
89
"manifest.yml"
910
],
1011
"dependencies": {
@@ -31,10 +32,11 @@
3132
"@types/fs-extra": "^9.0.13",
3233
"@types/jest": "^27.4.1",
3334
"@types/node": "^17.0.25",
35+
"npm-run-all": "^4.1.5",
3436
"typescript": "^4.6.3"
3537
},
3638
"scripts": {
37-
"prepublishOnly": "run-s publish:pull publish:install clean build test",
39+
"prepublishOnly": "run-s clean build",
3840
"publish:pull": "git pull",
3941
"publish:install": "npm ci",
4042
"publish:test": "cd .. && npm ci && npm test",

0 commit comments

Comments
 (0)