This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
charts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
18
Wiki
Activity
Browse Source
chore: added build command
tags/1.2.3
Shivam Mishra
6 years ago
parent
ece0015366
commit
81c042649c
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
package.json
+ 2
- 1
package.json
View File
@@ -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",
Write
Preview
Loading…
Cancel
Save