We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f94e61 commit a2677d0Copy full SHA for a2677d0
package.json
@@ -13,6 +13,7 @@
13
"build": "scripty",
14
"bundle": "scripty",
15
"docs": "scripty",
16
+ "prepare": "scripty",
17
"release": "scripty",
18
"serve": "scripty",
19
"test": "scripty"
scripts/prepare
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env bash
2
+
3
+set -e
4
5
+npm run build
6
+npm run package
0 commit comments