Skip to content

Commit

Permalink
Add npm run di
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg046 committed Nov 14, 2024
1 parent ab467f5 commit f756efe
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 @@ -19,7 +19,7 @@
"scripts": {
"di": "dicc",
"build": "webpack serve --mode development --config=webpack.config.babel.ts",
"publish": "webpack --config=webpack.config.babel.ts"
"publish": "npm run di && webpack --config=webpack.config.babel.ts"
},
"dependencies": {
"dicc": "^0.1.0"
Expand Down

0 comments on commit f756efe

Please sign in to comment.