We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0be45 commit 8cca9c7Copy full SHA for 8cca9c7
packages/lib/package.json
@@ -9,9 +9,12 @@
9
"./dist"
10
],
11
"scripts": {
12
- "clean": "rimraf --glob vscode-elements-react-elements-*.tgz & rimraf dist",
+ "clean": "rimraf --glob vscode-elements-react-elements-*.tgz && rimraf dist",
13
"build": "npm run clean && tsc",
14
- "test": "echo \"Error: no test specified\" && exit 1"
+ "build:watch": "tsc --watch",
15
+ "test": "echo \"Error: no test specified\" && exit 1",
16
+ "prepare": "npm run build",
17
+ "link": "npm link @vscode-elements/elements"
18
},
19
"author": "",
20
"license": "ISC",
0 commit comments