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 d697051 commit 67f25c2Copy full SHA for 67f25c2
testing/package.json
@@ -16,6 +16,7 @@
16
},
17
"scripts": {
18
"compile": "tsc -p tsconfig.json",
19
+ "bootstrap": "npm run compile",
20
"eslint": "eslint",
21
"lint": "npm run eslint . && npm run prettier -- --check .",
22
"prettier": "prettier",
0 commit comments