Skip to content

Commit c43cf98

Browse files
committed
chore: remove outdated scripts
1 parent 0826222 commit c43cf98

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@
2626
"scripts": {
2727
"lint": "eslint --format=codeframe .",
2828
"test": "npm run lint && jasmine test/unit/* test/e2e/index.js",
29-
"coverage": "nyc npm run test",
30-
"clean": "rimraf build",
31-
"build": "npm run clean && babel --out-dir=build src",
32-
"publish-stable": "npm run test && npm run build && npm publish",
33-
"publish-next": "npm run test && npm run build && npm publish --tag next"
29+
"coverage": "nyc npm run test"
3430
},
3531
"main": "src/index.js",
3632
"files": [

0 commit comments

Comments
 (0)