We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6753d71 commit a134c76Copy full SHA for a134c76
package.json
@@ -18,8 +18,9 @@
18
"build.component": "stencil build",
19
"collection.copy": "node scripts/collection-copy.js",
20
"start": "stencil build --dev --watch --serve",
21
- "release": "npm run build && np --no-2fa",
22
- "test": "stencil test --spec"
+ "test": "stencil test --spec",
+ "release": "np --no-2fa",
23
+ "version": "npm run build"
24
},
25
"devDependencies": {
26
"@stencil/core": "^1.15.0",
0 commit comments