We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm start
1 parent 68637a7 commit 50b739fCopy full SHA for 50b739f
package.json
@@ -3,6 +3,7 @@
3
"name": "template-for-proposals",
4
"description": "A repository template for ECMAScript proposals.",
5
"scripts": {
6
+ "start": "npm run build -- --watch",
7
"build": "ecmarkup spec.emu index.html"
8
},
9
"homepage": "https://github.com/tc39/template-for-proposals#readme",
0 commit comments