initial changes for web packaging
This commit is contained in:
+3
-2
@@ -90,8 +90,9 @@
|
||||
],
|
||||
"scripts": {
|
||||
"serve": "gulp serve",
|
||||
"build": "gulp --production",
|
||||
"build dev": "gulp",
|
||||
"build": "gulp --bundle",
|
||||
"build standalone": "gulp --standalone",
|
||||
"build development": "gulp",
|
||||
"lint": "eslint \"src\"",
|
||||
"stylelint": "stylelint \"src/**/*.css\""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user