瀏覽代碼

update docs with new scripts

Leon Bubova 3 年之前
父節點
當前提交
4e2773f7b9
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      CONTRIBUTING.md

+ 5 - 3
CONTRIBUTING.md

@@ -25,10 +25,12 @@ npm install
 2. Run the following command to create `bundled-content-script.js` which is used in `manifest.json`
 
 ```
-npm run bundle
-```
+npm start // to create the build file(s) and start a file watcher that hot-reloads on save
+
+// or
 
-This will also start a watcher that re-bundles automatically once you save a file inside the source.
+npm run build // to create the build file(s) once
+```
 
 Congratulations, You are now ready to develop!