Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Oct 7, 2020
1 parent 6753d71 commit a134c76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
"build.component": "stencil build",
"collection.copy": "node scripts/collection-copy.js",
"start": "stencil build --dev --watch --serve",
"release": "npm run build && np --no-2fa",
"test": "stencil test --spec"
"test": "stencil test --spec",
"release": "np --no-2fa",
"version": "npm run build"
},
"devDependencies": {
"@stencil/core": "^1.15.0",
Expand Down

0 comments on commit a134c76

Please sign in to comment.