Parcourir la source

chore: added build command

tags/1.2.3
Shivam Mishra il y a 6 ans
Parent
révision
81c042649c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      package.json

+ 2
- 1
package.json Voir le fichier

@@ -15,7 +15,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "rollup -c --watch",
"dev": "npm-run-all --parallel watch"
"dev": "npm-run-all --parallel watch",
"build": "rollup -c"
},
"repository": {
"type": "git",


Chargement…
Annuler
Enregistrer