Skip to content

Commit

Permalink
build npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
berkid89 committed Feb 1, 2024
1 parent 1c766be commit 5be2bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ npm install
Compile SASS:

```sh
npm run compile:sass
npm run build
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile:sass": "node-sass sass/main.scss css/stlye.css"
"build": "node-sass sass/main.scss css/stlye.css"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 5be2bbf

Please sign in to comment.