Skip to content

Commit ba837f7

Browse files
committed
ci: 🎡 Publish packages via GitHub Release
1 parent dff5beb commit ba837f7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@db-ui/base",
3-
"version": "0.14.0",
3+
"version": "0.0.0",
44
"description": "Provides basic tokens and assets based on the DB Design System.",
55
"main": "build.js",
66
"bugs": {
@@ -22,7 +22,6 @@
2222
"cpr": "3.0.1",
2323
"husky": "7.0.4",
2424
"nodemon": "2.0.15",
25-
"np": "7.6.0",
2625
"npm-run-all": "4.1.5",
2726
"prettier": "2.5.1",
2827
"pretty-quick": "3.1.3",
@@ -41,7 +40,6 @@
4140
"access": "public"
4241
},
4342
"scripts": {
44-
"release": "np",
4543
"prepare": "node -e \"try { require('husky').install() } catch (e) {}\"",
4644
"copy:assets": "cpr assets build/assets -d",
4745
"copy:csstokens": "cpr build/css/variables.css public/css/variables.css -o",
@@ -59,8 +57,7 @@
5957
"pl:help": "patternlab --help",
6058
"pl:install": "patternlab install --config ./patternlab-config.json",
6159
"pl:serve": "patternlab serve --config ./patternlab-config.json",
62-
"pl:version": "patternlab --version",
63-
"version": "npm run build"
60+
"pl:version": "patternlab --version"
6461
},
6562
"homepage": "https://db-ui.github.io/base/"
6663
}

0 commit comments

Comments
 (0)