Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
project-templates
web
vue
Commits
a10138a4
Commit
a10138a4
authored
Nov 21, 2018
by
Vadym Gidulian
Committed by
Vadym Gidulian
Jul 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Used Yarn
parent
5c12aa95
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
package.json
package.json
+4
-4
No files found.
package.json
View file @
a10138a4
...
...
@@ -3,12 +3,12 @@
"version"
:
"version"
,
"scripts"
:
{
"prestart"
:
"
npm install
"
,
"prestart"
:
"
yarn
"
,
"start"
:
"gulp && concurrently
\"
gulp watch
\"
\"
lite-server
\"
"
,
"build-testing"
:
"
npm install
&& gulp --env testing"
,
"build-staging"
:
"
npm install
&& gulp --env staging"
,
"build"
:
"
npm install
&& gulp --env production"
"build-testing"
:
"
yarn
&& gulp --env testing"
,
"build-staging"
:
"
yarn
&& gulp --env staging"
,
"build"
:
"
yarn
&& gulp --env production"
},
"devDependencies"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment