Skip to content

Commit e75f645

Browse files
authored
chore: Remove build-scripts (#703)
1 parent 11c863b commit e75f645

File tree

3 files changed

+1
-74
lines changed

3 files changed

+1
-74
lines changed

build-scripts.js

Lines changed: 0 additions & 69 deletions
This file was deleted.

package-lock.json

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

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"babel-loader": "^8.2.2",
3737
"chai": "^4.2.0",
3838
"chai-spies": "^1.0.0",
39-
"commander": "^7.2.0",
4039
"core-js": "^3.16.0",
4140
"karma": "^6.3.4",
4241
"karma-chai": "^0.1.0",
@@ -65,8 +64,6 @@
6564
"dev:analyze": "webpack --env=dev --env=analyzer",
6665
"test": "start-server-and-test test:serve http://localhost:3000 test:run",
6766
"test:serve": "pdftest serve 3000 ./test/reference/snapshot",
68-
"test:run": "npx karma start karma.conf.js",
69-
"release": "node ./build-scripts.js release",
70-
"publish-gh": "node ./build-scripts.js publish-gh"
67+
"test:run": "npx karma start karma.conf.js"
7168
}
7269
}

0 commit comments

Comments
 (0)