Skip to content

Commit

Permalink
Add watch script
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jan 4, 2024
1 parent 3102103 commit bacdd24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"scripts": {
"build": "parcel build --no-source-maps index.html --public-url ./",
"watch": "parcel watch index.html --public-url ./",
"lint": "eslint '**/*.js'",
"lint-fix": "eslint --fix '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit bacdd24

Please sign in to comment.