1
0
Fork 0

Add NPM scripts

This commit is contained in:
Alex Kotov 2020-10-16 00:23:03 +05:00
parent a606a3b8c3
commit e5ab712680
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
"author": "Alex Kotov <kotovalexarian@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"build": "webpack",
"start": "webpack --watch"
},
"devDependencies": {
"webpack": "^5.1.1",
"webpack-cli": "^4.0.0"