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 7c774e7 commit d210f86Copy full SHA for d210f86
package.json
@@ -4,8 +4,9 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1",
8
- "release": "release-it"
+ "build": "yarn tsc",
+ "release": "release-it",
9
+ "test": "echo \"Error: no test specified\" && exit 1"
10
},
11
"author": "Nader Dabit",
12
"license": "ISC",
0 commit comments