Skip to content

Commit ad7a29a

Browse files
committed
ci: Try to fix missing assets in installer
1 parent f49008b commit ad7a29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test-es6": "ts-node -r esm spec-es6/attribute_parser.spec.ts",
3939
"test": "npm run test-jasmine && npm run test-es6",
4040
"start-electron-forge": "npm run prepare-dist && electron-forge start",
41-
"make-electron": "npm run prepare-dist && npm run webpack && electron-forge make",
41+
"make-electron": "npm run webpack && npm run prepare-dist && electron-forge make",
4242
"package-electron": "electron-forge package",
4343
"prepare-dist": "rimraf ./dist && tsc && ts-node ./bin/copy-dist.ts"
4444
},

0 commit comments

Comments
 (0)