Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Oct 10, 2024
1 parent e3b1c4a commit 0b9a1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"lint": "gts check",
"samples-test": "mocha build/samples-test",
"docs": "jsdoc -c .jsdoc.js",
"predocs-test": "npm run docs",
"docs-test": "linkinator docs",
"webpack": "webpack",
"browser-test": "karma start",
"predocs-test": "npm run docs",
"prelint": "cd samples; npm link ../; npm install",
"clean": "gts clean",
"precompile": "gts clean"
Expand Down

0 comments on commit 0b9a1aa

Please sign in to comment.