Skip to content

Commit

Permalink
Add npm install to the build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
serebrov committed Jun 11, 2023
1 parent 85d288e commit d0f6868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"build:dist": "webpack --config src/webpack.config.js",
"build:dist-stats": "webpack --config src/webpack.config.js --profile --json > stats.json",
"build:docs": "webpack --config docs/webpack.config.js",
"build": "npm run clean && npm run build:data && npm run build:dist",
"build": "npm run clean && npm install && npm run build:data && npm run build:dist",
"dev:docs": "webpack -w --config docs/webpack.config.js",
"start": "npm run dev:docs",
"stats": "webpack --config ./spec/webpack.config.js --json > spec/stats.json",
Expand Down

0 comments on commit d0f6868

Please sign in to comment.