Skip to content

Commit

Permalink
Add a script for installing from npmjs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
danil.radkovskyi committed May 7, 2024
1 parent 132d0c6 commit ce1a397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"test:types:ui": "lit-analyzer --maxWarnings=0 --rules.no-invalid-css=off --rules.no-missing-element-type-definition --rules.no-unknown-event --rules.no-unknown-attribute=false --strict",
"test:ui": "wtr --config=tools/web-test-runner.config.js",
"test:unit": "vitest --config=tools/vitest.config.ts run",
"version": "npm test"
"version": "npm test",
"install:npmjs": "npm install --registry=https://registry.npmjs.org"
},
"type": "module",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ce1a397

Please sign in to comment.