Skip to content

Commit

Permalink
chore: add demo:watch command
Browse files Browse the repository at this point in the history
Add watch command to simplify development.
  • Loading branch information
kontrollanten committed Feb 26, 2024
1 parent 11b97eb commit 75fd18e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "src/js/index.js",
"scripts": {
"build": "grunt build",
"build:watch": "grunt watch",
"commitlint": "commitlint --from 5ed6165",
"test": "check-node-version --npm 8.5.5 && nyc mocha -- -R spec 'tests/**/*.test.js'",
"stylelint": "stylelint './src/scss/**/*.scss'",
Expand All @@ -18,6 +19,7 @@
"demo": "npm-run-all --parallel demo:serve demo:tunnel",
"demo:serve": "serve docs/demo",
"demo:tunnel": "lt --port 3000",
"demo:watch": "npm-run-all --parallel demo build:watch",
"prepublish": "npm run build"
},
"author": "Jeremy Thomerson",
Expand Down

0 comments on commit 75fd18e

Please sign in to comment.