Skip to content

Commit

Permalink
Merge pull request #679 from sasjs/build-script-fix
Browse files Browse the repository at this point in the history
fix(scripts): fixed build script
  • Loading branch information
YuryShkoda authored Sep 21, 2023
2 parents 9b882b1 + 87b5bec commit 344ca5d
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 3 deletions.
126 changes: 126 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ng": "ng",
"start": "ng serve --port 3000",
"license-checker": "node licenseChecker.js",
"build": "ng build --configuration production --aot && cp -R docs dist/",
"build": "ng build --configuration production --aot && cpr docs dist/docs",
"build-dev": "ng build",
"test": "ng test",
"lint:fix": "npx prettier --write \"src/**/*.{ts,tsx,js,jsx,html,css,sass,less,json,yml,md,graphql}\"",
Expand Down Expand Up @@ -37,9 +37,9 @@
"@sasjs/adapter": "^4.8.0",
"@sasjs/cli": "^4.7.0",
"@sasjs/core": "^4.46.6",
"@sasjs/ngx-sasjs": "^1.0.5",
"@webcomponents/webcomponentsjs": "^2.6.0",
"moment": "^2.29.3",
"@sasjs/ngx-sasjs": "^1.0.5",
"rxjs": "~7.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.13.0"
Expand All @@ -57,18 +57,19 @@
"@types/jasminewd2": "^2.0.10",
"@types/node": "^20.1.2",
"codelyzer": "^6.0.2",
"cpr": "^3.0.1",
"jasmine-core": "~4.2.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"license-checker": "25.0.1",
"prettier": "^2.5.1",
"protractor": "~7.0.0",
"ts-node": "~10.8.1",
"typescript": "5.0.2",
"license-checker": "25.0.1",
"watch": "^0.13.0"
}
}

0 comments on commit 344ca5d

Please sign in to comment.