Skip to content

Commit c3d2893

Browse files
authored
Merge pull request #24 from fabrix-app/v1.5
[fix] compile step
2 parents 986e276 + 2a1dd69 commit c3d2893

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fabrix/fabrix",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "Strongly Typed Modern Web Application Framework for Node.js",
55
"keywords": [
66
"framework",
@@ -23,13 +23,13 @@
2323
"graphql"
2424
],
2525
"scripts": {
26-
"build": "npm run archetype && tsc -p ./lib/tsconfig.release.json",
26+
"build": "tsc -p ./lib/tsconfig.release.json",
2727
"lint": "tslint -p ./lib",
2828
"watch": "tsc -w -p ./lib/tsconfig.release.json",
2929
"test": "npm run clean && npm run lint && npm run build && nyc mocha",
3030
"test-performance": "mocha test-performance",
3131
"prepublishOnly": "npm run compile",
32-
"compile": "npm run clean && npm run build",
32+
"compile": "npm run clean && npm run archetype && npm run build",
3333
"clean": "rm -rf dist",
3434
"archetype": "copyfiles -u 1 -a ./lib/archetype/* -a ./lib/archetype/**/* -a ./lib/archetype/**/**/* -a ./lib/archetype/**/**/**/* ./dist/",
3535
"ci": "cd .. && ci"

0 commit comments

Comments
 (0)