Skip to content

Commit a6a978a

Browse files
committed
Change postinstall script to prepare
1 parent d4c8473 commit a6a978a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [3.3.3]
44

55
### Fixes
6+
- Change postinstall script to prepare
67

78
## [3.3.2]
89

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "tsc --p tsconfig.json && node lib/test/examples/basic/server.js",
88
"build": "tsc --p tsconfig.json",
99
"build:spec": "tsc --p tsconfig.json && tsc --p tsconfig.spec.json",
10-
"postinstall": "tsc --p tsconfig.dist.json",
10+
"prepare": "tsc --p tsconfig.dist.json",
1111
"test": "npm run build:spec && npm run coverage && npm run test-examples",
1212
"test-examples": "npm run test:jasmine-basic && npm run test:jasmine-guards && npm run test:jasmine-chat && npm run test:jasmine-terms",
1313
"test:jasmine-api": "npm run db:drop && jasmine --config=test/jasmine.api.json",

0 commit comments

Comments
 (0)