Skip to content

Commit

Permalink
chore: Remove build-scripts (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
eKoopmans authored Jul 1, 2024
1 parent 11c863b commit e75f645
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 74 deletions.
69 changes: 0 additions & 69 deletions build-scripts.js

This file was deleted.

1 change: 0 additions & 1 deletion package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"babel-loader": "^8.2.2",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"commander": "^7.2.0",
"core-js": "^3.16.0",
"karma": "^6.3.4",
"karma-chai": "^0.1.0",
Expand Down Expand Up @@ -65,8 +64,6 @@
"dev:analyze": "webpack --env=dev --env=analyzer",
"test": "start-server-and-test test:serve http://localhost:3000 test:run",
"test:serve": "pdftest serve 3000 ./test/reference/snapshot",
"test:run": "npx karma start karma.conf.js",
"release": "node ./build-scripts.js release",
"publish-gh": "node ./build-scripts.js publish-gh"
"test:run": "npx karma start karma.conf.js"
}
}

0 comments on commit e75f645

Please sign in to comment.