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 f8c4117 commit b196a72Copy full SHA for b196a72
package.json
@@ -7,7 +7,8 @@
7
"scripts": {
8
"build": "npm run build -w package",
9
"watch": "npm run watch -w package",
10
- "dev": "npm run start -w test",
+ "test": "npm run start -w test",
11
+ "dev": "concurrently \"npm run watch\" \"npm run test\"",
12
"link": "npm link -w package",
13
"publish": "npm publish --access public -w package"
14
},
0 commit comments