Skip to content

Commit b52d633

Browse files
committed
Renaming build:dist to build, for consistency
1 parent f363377 commit b52d633

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"dist/**/*"
99
],
1010
"scripts": {
11-
"build:dist": "ethereumjs-config-build",
12-
"prepublishOnly": "npm run lint && npm run build:dist && npm run testBuildIntegrity",
11+
"build": "ethereumjs-config-build",
12+
"prepublishOnly": "npm run lint && npm run build && npm run test:buildIntegrity",
1313
"coverage": "nyc npm run coverage:test && nyc report --reporter=lcov",
14-
"coverage:test": "npm run build:dist && tape './tests/api/**/*.js' ./tests/tester.js --state --dist",
14+
"coverage:test": "npm run build && tape './tests/api/**/*.js' ./tests/tester.js --state --dist",
1515
"docs:build": "typedoc lib",
1616
"test:vm": "node ./tests/tester --vm",
1717
"test:state": "npm run build:dist && node ./tests/tester --state --dist",
@@ -20,8 +20,8 @@
2020
"test:state:slow": "npm run test:state -- --runSkipped=slow",
2121
"test:buildIntegrity": "npm run test:state -- --test='stackOverflow'",
2222
"test:blockchain": "npm run build:dist && node --stack-size=1500 ./tests/tester --blockchain --dist",
23-
"test:API": "npm run build:dist && tape './tests/api/**/*.js'",
24-
"test:API:browser": "npm run build:dist && karma start karma.conf.js",
23+
"test:API": "npm run build && node ./node_modules/tape/bin/tape './tests/api/**/*.js'",
24+
"test:API:browser": "npm run build && karma start karma.conf.js",
2525
"test": "echo \"[INFO] Generic test cmd not used. See package.json for more specific test run cmds.\"",
2626
"tslint": "ethereumjs-config-tslint",
2727
"tslint:fix": "ethereumjs-config-tslint-fix",

0 commit comments

Comments
 (0)