Selaa lähdekoodia

chore: added build command

tags/1.2.3
Shivam Mishra 6 vuotta sitten
vanhempi
commit
81c042649c
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      package.json

+ 2
- 1
package.json Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna