Skip to content

Commit 846863c

Browse files
Robin BuschmannRobin Buschmann
authored andcommitted
build fixed (accidently created es6 js where it shouldn't)
1 parent 7d15298 commit 846863c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.2.3",
44
"description": "Decorators and some other extras for sequelize (v3 + v4)",
55
"scripts": {
6-
"build": "tsc && tsc --project lib/models/v4",
6+
"build": "tsc --project lib/models/v4 && tsc",
77
"build-tests-es5": "tsc --project test",
8-
"build-tests-es6": "tsc --project test --target es6",
8+
"build-tests-es6": "tsc --project test --target es6 && tsc",
99
"prepare-test-v3": "npm install [email protected] && npm run build-tests-es5",
1010
"prepare-test-v4": "npm install [email protected] && npm run build-tests-es6",
1111
"test-v3": "npm run prepare-test-v3 && npm run exec-tests",

0 commit comments

Comments
 (0)