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 025eddc commit 3b9eed2Copy full SHA for 3b9eed2
2 files changed
package.json
@@ -31,12 +31,14 @@
31
"re:clean-build": "bsb -clean-world -make-world",
32
"start": "yarn re:start",
33
"build": "yarn re:build",
34
- "test": "yarn re:clean-build"
+ "test": "yarn re:clean-build",
35
+ "release": "npmpub"
36
},
37
"devDependencies": {
38
"bs-platform": "^5.2.0",
39
"husky": "^1.3.0",
40
"lint-staged": "^8.1.0",
41
+ "npmpub": "^5.0.0",
42
"prettier": "^1.18.0"
43
44
"prettier": {
0 commit comments