Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 5d3f51c5
authored
Jul 27, 2013
by
Daniel Durante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We no longer need semver and added pgsql to Makefile.
1 parent
ccd98b73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
4 deletions
Makefile
package.json
Makefile
View file @
5d3f51c
...
@@ -13,4 +13,20 @@ mysql:
...
@@ -13,4 +13,20 @@ mysql:
--reporter
$(REPORTER)
\
--reporter
$(REPORTER)
\
$(TESTS)
$(TESTS)
.PHONY
:
sqlite mysql
postgres
:
\ No newline at end of file
@
DIALECT
=
postgres ./node_modules/mocha/bin/mocha
\
--colors
\
--reporter
$(REPORTER)
\
$(TESTS)
pgsql
:
postgres
postgres-native
:
@
DIALECT
=
postgres-native ./node_modules/mocha/bin/mocha
\
--colors
\
--reporter
$(REPORTER)
\
$(TESTS)
postgresn
:
postgres-native
.PHONY
:
sqlite mysql postgres pgsql postgres-native postgresn
\ No newline at end of file
package.json
View file @
5d3f51c
...
@@ -46,11 +46,10 @@
...
@@ -46,11 +46,10 @@
"devDependencies"
:
{
"devDependencies"
:
{
"sqlite3"
:
"~2.1.12"
,
"sqlite3"
:
"~2.1.12"
,
"mysql"
:
"~2.0.0-alpha8"
,
"mysql"
:
"~2.0.0-alpha8"
,
"pg"
:
"~2.
1
.0"
,
"pg"
:
"~2.
2
.0"
,
"buster"
:
"~0.6.3"
,
"buster"
:
"~0.6.3"
,
"watchr"
:
"~2.4.3"
,
"watchr"
:
"~2.4.3"
,
"yuidocjs"
:
"~0.3.36"
,
"yuidocjs"
:
"~0.3.36"
,
"semver"
:
"~2.0.8"
,
"chai"
:
"~1.7.2"
,
"chai"
:
"~1.7.2"
,
"mocha"
:
"~1.12.0"
,
"mocha"
:
"~1.12.0"
,
"sinon-chai"
:
"~2.4.0"
,
"sinon-chai"
:
"~2.4.0"
,
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment