Skip to content

Commit b5e59a2

Browse files
authored
Perform renderer build before prepublishOnly (#1362)
1 parent d24b303 commit b5e59a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:js": "webpack --build release",
1515
"build:dev": "webpack --build local",
1616
"build:local": "renderer build local",
17-
"build": "npm run prepublishOnly && renderer build",
17+
"build": "renderer build && npm run prepublishOnly",
1818
"postbuild": "es-check es5 dash_renderer/*.js",
1919
"start": "webpack-serve ./webpack.serve.config.js",
2020
"test": "jest",

0 commit comments

Comments
 (0)