Skip to content

Commit 8cca9c7

Browse files
committed
Add helper scripts
1 parent dc0be45 commit 8cca9c7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/lib/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@
99
"./dist"
1010
],
1111
"scripts": {
12-
"clean": "rimraf --glob vscode-elements-react-elements-*.tgz & rimraf dist",
12+
"clean": "rimraf --glob vscode-elements-react-elements-*.tgz && rimraf dist",
1313
"build": "npm run clean && tsc",
14-
"test": "echo \"Error: no test specified\" && exit 1"
14+
"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"
1518
},
1619
"author": "",
1720
"license": "ISC",

0 commit comments

Comments
 (0)