Skip to content

Commit a134c76

Browse files
committed
update scripts
1 parent 6753d71 commit a134c76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
"build.component": "stencil build",
1919
"collection.copy": "node scripts/collection-copy.js",
2020
"start": "stencil build --dev --watch --serve",
21-
"release": "npm run build && np --no-2fa",
22-
"test": "stencil test --spec"
21+
"test": "stencil test --spec",
22+
"release": "np --no-2fa",
23+
"version": "npm run build"
2324
},
2425
"devDependencies": {
2526
"@stencil/core": "^1.15.0",

0 commit comments

Comments
 (0)