feat: add npm scripts
This commit is contained in:
parent
bc46088023
commit
7f0fa0591d
2 changed files with 5 additions and 0 deletions
1
src/package-lock.json
generated
1
src/package-lock.json
generated
|
@ -4,6 +4,7 @@
|
|||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.2.3"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.2.3"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "npm install -g sass",
|
||||
"build":"sass --style compressed scss/custom.scss:../dist/bootstrap.min.css"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue