We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c8473 commit a6a978aCopy full SHA for a6a978a
2 files changed
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## [3.3.3]
4
5
### Fixes
6
+- Change postinstall script to prepare
7
8
## [3.3.2]
9
package.json
@@ -7,7 +7,7 @@
"start": "tsc --p tsconfig.json && node lib/test/examples/basic/server.js",
"build": "tsc --p tsconfig.json",
"build:spec": "tsc --p tsconfig.json && tsc --p tsconfig.spec.json",
10
- "postinstall": "tsc --p tsconfig.dist.json",
+ "prepare": "tsc --p tsconfig.dist.json",
11
"test": "npm run build:spec && npm run coverage && npm run test-examples",
12
"test-examples": "npm run test:jasmine-basic && npm run test:jasmine-guards && npm run test:jasmine-chat && npm run test:jasmine-terms",
13
"test:jasmine-api": "npm run db:drop && jasmine --config=test/jasmine.api.json",
0 commit comments