Skip to content

Commit

Permalink
perf: point to use shared library scripts for build process
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and jason-capsule42 committed Sep 23, 2024
1 parent 05c2f1a commit 8946612
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 302 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Semantic Release Automated Changelog

# [2.1.0-beta.4](https://github.com/AlaskaAirlines/auro-loader/compare/v2.1.0-beta.3...v2.1.0-beta.4) (2024-09-17)


### Performance Improvements

* update dependencies ([e8c870d](https://github.com/AlaskaAirlines/auro-loader/commit/e8c870dd52d270839488ace48c13b4d3d67d4858))

## [2.0.6](https://github.com/AlaskaAirlines/auro-loader/compare/v2.0.5...v2.0.6) (2024-02-21)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"build:ci": "npm-run-all sweep build:release",
"build:api": "wca analyze 'src/auro-loader.js' --outFiles docs/api.md",
"build:dev:assets": "npm-run-all build:sass:component postCss:component sass:render build:docs",
"build:docs": "node scripts/generateDocs.mjs",
"build:docs": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/generateDocs.mjs",
"build:sass": "npm-run-all build:sass:component postCss:component sass:render",
"build:sass:component": "sass --no-source-map src:src",
"build:watch": "nodemon -e scss,js,html --watch src --watch apiExamples/**/* --exec npm run build:dev:assets",
Expand All @@ -156,10 +156,10 @@
"dist:js": "copyfiles -u 1 -V './src/**/*.js' ./dist",
"esLint": "./node_modules/.bin/eslint src/**/*.js",
"linters": "npm-run-all scssLint esLint",
"preCommit": "node scripts/pre-commit.mjs",
"postCss:component": "node scripts/postCss.mjs",
"preCommit": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/pre-commit.mjs",
"postCss:component": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/postCss.mjs",
"postinstall": "node packageScripts/postinstall.mjs",
"sass:render": "sass-render src/*.css -t ./scripts/staticStyles-template.js",
"sass:render": "sass-render src/*.css -t ./node_modules/@aurodesignsystem/auro-library/scripts/build/staticStyles-template.js",
"serve": "web-dev-server --open demo/ --node-resolve --watch",
"sweep": "rm -rf ./demo/css ./dist | rm ./src/*.css ./src/*-css.js",
"test": "wtr --coverage",
Expand Down
210 changes: 0 additions & 210 deletions scripts/generateDocs.mjs

This file was deleted.

62 changes: 0 additions & 62 deletions scripts/postCss.mjs

This file was deleted.

17 changes: 0 additions & 17 deletions scripts/pre-commit.mjs

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/staticStyles-template.js

This file was deleted.

0 comments on commit 8946612

Please sign in to comment.