Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 7853047

Browse files
committed
Added build script
1 parent bd9932c commit 7853047

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
.idea
33
docker-compose.override.yml
44
home
5+
dist

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@shlinkio/stylelint-config-css-coding-standard",
33
"version": "0.1.0",
44
"description": "Coding standard used by Shlink projects for stylesheets",
5-
"main": "index.js",
5+
"main": "dist/index.js",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/shlinkio/css-coding-standard.git"
@@ -20,6 +20,9 @@
2020
"url": "https://github.com/shlinkio/css-coding-standard/issues"
2121
},
2222
"homepage": "https://github.com/shlinkio/css-coding-standard",
23+
"scripts": {
24+
"build": "mkdir -p dist && rm -rf dist/* && cp index.js dist"
25+
},
2326
"dependencies": {
2427
"stylelint-config-recommended-scss": "^6.0.0",
2528
"stylelint-config-standard": "^25.0.0",

0 commit comments

Comments
 (0)