There was an error while loading. Please reload this page.
1 parent 2fc50ac commit 7662180Copy full SHA for 7662180
package.json
@@ -6,6 +6,7 @@
6
"files": [
7
"build/commands",
8
"build/config",
9
+ "build/templates",
10
"build/src",
11
"build/ace-manifest.json",
12
"build/index.d.ts",
@@ -18,7 +19,7 @@
18
19
"lint": "tslint --project tsconfig.json",
20
"clean": "del build",
21
"compile": "npm run lint && npm run clean && tsc",
- "build": "npm run compile && node build/index.js",
22
+ "build": "npm run compile && node build/index.js && copyfiles \"templates/*\" build",
23
"commit": "git-cz",
24
"release": "np",
25
"version": "npm run build"
@@ -45,6 +46,7 @@
45
46
"@poppinss/dev-utils": "^1.0.1",
47
"@types/node": "^12.12.12",
48
"commitizen": "^4.0.3",
49
+ "copyfiles": "^2.1.1",
50
"cz-conventional-changelog": "^3.0.2",
51
"del-cli": "^3.0.0",
52
"doctoc": "^1.4.0",
0 commit comments