Skip to content

Commit 2283feb

Browse files
authored
Merge pull request #208 from StatelessStudio/v3.3.3
V3.3.3
2 parents d18c7d3 + a6a978a commit 2283feb

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# PointyApi Changelog
22

3+
## [3.3.3]
4+
5+
### Fixes
6+
- Change postinstall script to prepare
7+
38
## [3.3.2]
49

510
### Additions

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "pointyapi",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"author": "stateless-studio",
55
"license": "MIT",
66
"scripts": {
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)