Skip to content

Commit 70138e5

Browse files
authored
Update package.json
1 parent 66d22a7 commit 70138e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appserver/static/visualizations/boxplot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Chart Visualizations based on Plotly.js for Splunk",
55
"main": "visualization.js",
66
"scripts": {
7-
"build": "node ./node_modules/webpack/bin/webpack.js",
7+
"build": "$SPLUNK_HOME/bin/splunk cmd node ./node_modules/webpack/bin/webpack.js",
88
"devbuild": "$SPLUNK_HOME/bin/splunk cmd node ./node_modules/webpack/bin/webpack.js --progress",
99
"watch": "$SPLUNK_HOME/bin/splunk cmd node ./node_modules/webpack/bin/webpack.js -d --watch --progress"
1010
},

0 commit comments

Comments
 (0)